|
|
|
@ -1,5 +1,5 @@ |
|
|
|
--TEST-- |
|
|
|
You cannot overload astatic methods with a non static methods |
|
|
|
You cannot overload a static method with a non static method |
|
|
|
--SKIPIF-- |
|
|
|
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> |
|
|
|
--FILE-- |
|
|
|
@ -21,6 +21,6 @@ pass::show(); |
|
|
|
fail::show(); |
|
|
|
|
|
|
|
echo "Done\n"; // shouldn't be displayed of cause |
|
|
|
?> |
|
|
|
?> |
|
|
|
--EXPECTF-- |
|
|
|
Fatal error: Cannot make static method pass::show() non static in class fail in %s on line %d |