diff options
author | Xinchen Hui <laruence@php.net> | 2011-09-23 15:08:11 +0000 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2011-09-23 15:08:11 +0000 |
commit | c58f254354666c312e02e5069ebb87687b44df71 (patch) | |
tree | 7a630a769daf838970afaea4b430bbad3f22a351 /Zend/tests/objects_003.phpt | |
parent | f5ec360df75f61aa65b3a78ba79f7c40d51776b6 (diff) | |
download | php-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.phpt | 2 |
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 |