diff options
author | Hannes Magnusson <bjori@php.net> | 2006-10-20 14:42:37 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-10-20 14:42:37 +0000 |
commit | f8e4467725bfeb5ab466f86fefb5239ac9323167 (patch) | |
tree | 9e327b280b999a89a3a0a7a2c0395d0202132ccd /Zend/tests/abstract-static.phpt | |
parent | 2ca717905ef63bf91b0fa441068e8bdbd70cb0ec (diff) | |
download | php-git-f8e4467725bfeb5ab466f86fefb5239ac9323167.tar.gz |
Fix test
Diffstat (limited to 'Zend/tests/abstract-static.phpt')
-rw-r--r-- | Zend/tests/abstract-static.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/tests/abstract-static.phpt b/Zend/tests/abstract-static.phpt index 7566f9b4b4..c4ab8f2483 100644 --- a/Zend/tests/abstract-static.phpt +++ b/Zend/tests/abstract-static.phpt @@ -10,4 +10,5 @@ abstract class TestClass ===DONE=== --EXPECTF-- -Fatal error: Static function TestClass::getName() cannot be abstract in %sabstract-static.php on line %d +Strict Standards: Static function TestClass::getName() should not be abstract in %sabstract-static.php on line %d +===DONE=== |