diff options
Diffstat (limited to 'Zend/tests/objects_011.phpt')
-rw-r--r-- | Zend/tests/objects_011.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/tests/objects_011.phpt b/Zend/tests/objects_011.phpt index eb1fc0c1f..c7d1e876f 100644 --- a/Zend/tests/objects_011.phpt +++ b/Zend/tests/objects_011.phpt @@ -14,6 +14,5 @@ class test { echo "Done\n"; ?> ---EXPECTF-- -Strict Standards: Redefining already defined constructor for class test in %s on line %d +--EXPECT-- Done |