From: Marcus Boerger Date: Sat, 27 May 2006 01:56:42 +0000 (+0000) Subject: - There are no abstract static methods in classes, use interfaces X-Git-Tag: BEFORE_NEW_OUTPUT_API~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffc4fbb91f198532de21bc0dbdd307cc79aedfd2;p=php - There are no abstract static methods in classes, use interfaces --- diff --git a/Zend/tests/abstract-static.phpt b/Zend/tests/abstract-static.phpt index 9db88fc4c8..9c5b5f5311 100644 --- a/Zend/tests/abstract-static.phpt +++ b/Zend/tests/abstract-static.phpt @@ -2,23 +2,12 @@ Test for abstract static classes --FILE-- DONE ---EXPECT-- -DONE +--EXPECTF-- + +Fatal error: Static function Test::getName() cannot be abstract in %sabstract-static.php on line %d