The PHP/QA Team is a small group of developers
whose primary goal is to support the PHP core developers by providing
them with timely quality assurance.
Bug Reports should be submitted to the official PHP bug list
(http://bugs.php.net)
All other questions should be directed to the appropriate
PHP mailing list.
Test: /tests/classes/ctor_in_interface_02.phpt - Version 5.3.9RC3-dev
There are 2 different diffs reported by users for this test.
Count
Diff
13 (81%)
001+ Fatal error: Declaration of implem13::__construct() must be compatible with that of constr3::__construct() in %s/ctor_in_interface_02.php on line 24
001- Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d
3 (19%)
001+ Fatal error: Declaration of implem13::__construct() must be compatible with that of constr3::__construct() in %s/ctor_in_interface_02.php on line 24
001- Fatal error: Can't inherit abstract function constr3::__construct() (previously declared abstract in constr1) in %s on line %d