diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-06-29 00:28:52 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-06-29 01:00:12 +0200 |
commit | e5fae77969c4f7879c0f7e805c267a1448aef922 (patch) | |
tree | fdf10476a08e09326853815ba687ede5f79addc4 /tests/classes/ctor_in_interface_03.phpt | |
parent | 9f77c44d47cc9727865473684d8914153bf53b40 (diff) | |
download | php-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.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 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 |