Browse Source

- Fix test

pull/7/head
Felipe Pena 15 years ago
parent
commit
1c0eaee6fd
  1. 2
      tests/classes/ctor_in_interface_02.phpt

2
tests/classes/ctor_in_interface_02.phpt

@ -32,4 +32,4 @@ class implem13 implements constr1, constr3
?>
--EXPECTF--
Fatal error: Can't inherit abstract function constr3::__construct() (previously declared abstract in constr1) in %s on line %d
Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d
Loading…
Cancel
Save