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 /tests/classes/ctor_in_interface_03.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 'tests/classes/ctor_in_interface_03.phpt')
-rwxr-xr-x | tests/classes/ctor_in_interface_03.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/ctor_in_interface_03.phpt b/tests/classes/ctor_in_interface_03.phpt index 953d6822fd..ac73331207 100755 --- a/tests/classes/ctor_in_interface_03.phpt +++ b/tests/classes/ctor_in_interface_03.phpt @@ -20,4 +20,4 @@ class derived extends implem ?> --EXPECTF-- -Fatal error: Declaration of derived::__construct() must be compatible with that of constr::__construct() in %s on line %d +Fatal error: Declaration of derived::__construct() must be compatible with constr::__construct() in %s on line %d |