summaryrefslogtreecommitdiff
path: root/tests/classes/ctor_in_interface_03.phpt
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-06-29 00:28:52 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-06-29 01:00:12 +0200
commite5fae77969c4f7879c0f7e805c267a1448aef922 (patch)
treefdf10476a08e09326853815ba687ede5f79addc4 /tests/classes/ctor_in_interface_03.phpt
parent9f77c44d47cc9727865473684d8914153bf53b40 (diff)
downloadphp-git-e5fae77969c4f7879c0f7e805c267a1448aef922.tar.gz
Show full signature upon inheritance mismatch
Diffstat (limited to 'tests/classes/ctor_in_interface_03.phpt')
-rw-r--r--tests/classes/ctor_in_interface_03.phpt2
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 ac73331207..25d7f9dc82 100644
--- 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 constr::__construct() in %s on line %d
+Fatal error: Declaration of derived::__construct($a) must be compatible with constr::__construct() in %s on line %d