Fix test, parameter signatures was introduced only into 5.4

This commit is contained in:
Xinchen Hui 2012-03-30 20:37:48 +08:00
parent c0f806a69c
commit 6b4112c98a

View File

@ -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