summaryrefslogtreecommitdiff
path: root/Zend/tests/objects_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/objects_005.phpt')
-rw-r--r--Zend/tests/objects_005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/objects_005.phpt b/Zend/tests/objects_005.phpt
index d583c9be90..908e797243 100644
--- a/Zend/tests/objects_005.phpt
+++ b/Zend/tests/objects_005.phpt
@@ -20,5 +20,5 @@ class test3 extends test {
echo "Done\n";
?>
--EXPECTF--
-Strict Standards: Declaration of test3::foo() should be compatible with that of test::foo() in %s on line %d
+Strict Standards: Declaration of test3::foo() should be compatible with & test::foo() in %s on line %d
Done