Skip to content

Commit 6b4112c

Browse files
committed
Fix test, parameter signatures was introduced only into 5.4
1 parent c0f806a commit 6b4112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/classes/ctor_in_interface_02.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ class implem13 implements constr1, constr3
3232

3333
?>
3434
--EXPECTF--
35-
Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d
35+
Fatal error: Declaration of implem13::__construct() must be compatible with that of constr3::__construct() in %sctor_in_interface_02.php on line %d

0 commit comments

Comments
 (0)