diff options
-rwxr-xr-x | tests/classes/ctor_in_interface_02.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/ctor_in_interface_02.phpt b/tests/classes/ctor_in_interface_02.phpt index 0c7931ed54..ad9fac3892 100755 --- a/tests/classes/ctor_in_interface_02.phpt +++ b/tests/classes/ctor_in_interface_02.phpt @@ -32,4 +32,4 @@ class implem13 implements constr1, constr3 ?> --EXPECTF-- -Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d +Fatal error: Declaration of implem13::__construct() must be compatible with that of constr3::__construct() in %sctor_in_interface_02.php on line %d |