ID: 30126 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Feature/Change Request Operating System: All PHP Version: 5.0.1 -Assigned To: +Assigned To: helly
Previous Comments: ------------------------------------------------------------------------ [2004-09-17 09:09:00] [EMAIL PROTECTED] Description: ------------ When class 'B' extends another class 'A' which is declared abstract but does not implement all the methods, the error message is: Fatal Error: Class B contains 1 abstract methods and must therefore be declared abstract (A::sampleMethod) in .... Two things: 1) It would be nice to account for singularity of the word method if only one method is missing 2) It would be nice to also tell the user that he can also implement the remaining methods: Fatal Error: Class B contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (A::sampleMethod) in .... Just sugar, but anyway ;) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30126&edit=1