Edit report at http://bugs.php.net/bug.php?id=43331&edit=1
ID: 43331 Updated by: [email protected] Reported by: felipensp at gmail dot com Summary: Error message for non abstract class with abstract method -Status: Open +Status: Feedback Type: Feature/Change Request Package: *General Issues PHP Version: 5.3CVS-2007-11-19 (snap) New Comment: Please try using this snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [2010-06-28 22:24:28] felipensp at gmail dot com testing ------------------------------------------------------------------------ [2007-11-19 10:31:11] felipensp at gmail dot com Description: ------------ Could be showed another message for this case. Reproduce code: --------------- <?php class foo { public abstract function foo(); } Expected result: ---------------- Other message Actual result: -------------- Fatal error: Class foo contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (foo::foo) in ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=43331&edit=1
