summaryrefslogtreecommitdiff
path: root/Zend/tests/objects_003.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2011-09-23 15:08:11 +0000
committerXinchen Hui <laruence@php.net>2011-09-23 15:08:11 +0000
commitc58f254354666c312e02e5069ebb87687b44df71 (patch)
tree7a630a769daf838970afaea4b430bbad3f22a351 /Zend/tests/objects_003.phpt
parentf5ec360df75f61aa65b3a78ba79f7c40d51776b6 (diff)
downloadphp-git-c58f254354666c312e02e5069ebb87687b44df71.tar.gz
Improve the warning message of incompatible arguments. (#55719)
And fix tests related.
Diffstat (limited to 'Zend/tests/objects_003.phpt')
-rw-r--r--Zend/tests/objects_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/objects_003.phpt b/Zend/tests/objects_003.phpt
index 1c254290f7..7e0f083267 100644
--- a/Zend/tests/objects_003.phpt
+++ b/Zend/tests/objects_003.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($arg) in %s on line %d
Done