summaryrefslogtreecommitdiff
path: root/tests/classes/ctor_in_interface_01.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 /tests/classes/ctor_in_interface_01.phpt
parentf5ec360df75f61aa65b3a78ba79f7c40d51776b6 (diff)
downloadphp-git-c58f254354666c312e02e5069ebb87687b44df71.tar.gz
Improve the warning message of incompatible arguments. (#55719)
And fix tests related.
Diffstat (limited to 'tests/classes/ctor_in_interface_01.phpt')
-rwxr-xr-xtests/classes/ctor_in_interface_01.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/ctor_in_interface_01.phpt b/tests/classes/ctor_in_interface_01.phpt
index f6f9b66eab..e5ad30ebcd 100755
--- a/tests/classes/ctor_in_interface_01.phpt
+++ b/tests/classes/ctor_in_interface_01.phpt
@@ -16,4 +16,4 @@ class implem implements constr
?>
--EXPECTF--
-Fatal error: Declaration of implem::__construct() must be compatible with that of constr::__construct() in %s on line %d
+Fatal error: Declaration of implem::__construct() must be compatible with constr::__construct() in %s on line %d