Commit: 6b4112c98aa27e72ee5b9d4d130049f4876e1f45 Author: Xinchen Hui <[email protected]> Fri, 30 Mar 2012 20:37:48 +0800 Parents: c0f806a69c600996c9af4195f2136412160b0fc0 Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6b4112c98aa27e72ee5b9d4d130049f4876e1f45 Log: Fix test, parameter signatures was introduced only into 5.4 Changed paths: M tests/classes/ctor_in_interface_02.phpt Diff: 6b4112c98aa27e72ee5b9d4d130049f4876e1f45 diff --git a/tests/classes/ctor_in_interface_02.phpt b/tests/classes/ctor_in_interface_02.phpt index 0c7931e..ad9fac3 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
