From: Xinchen Hui Date: Fri, 30 Mar 2012 12:37:48 +0000 (+0800) Subject: Fix test, parameter signatures was introduced only into 5.4 X-Git-Tag: php-5.3.14RC1~119^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b4112c98aa27e72ee5b9d4d130049f4876e1f45;p=php Fix test, parameter signatures was introduced only into 5.4 --- 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