Edit report at http://bugs.php.net/bug.php?id=43331&edit=1
ID: 43331
User updated by: felipensp at gmail dot com
Reported by: felipensp at gmail dot com
Summary: Error message for non abstract class with abstract
method
Status: Open
Type: Feature/Change Request
-Package: Feature/Change Request
+Package: *General Issues
PHP Version: 5.3CVS-2007-11-19 (snap)
New Comment:
testing
Previous Comments:
------------------------------------------------------------------------
[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