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: Feedback
+Status: Open
Type: Feature/Change Request
Package: *General Issues
PHP Version: 5.3CVS-2007-11-19 (snap)
Assigned To: felipe
New Comment:
test
Previous Comments:
------------------------------------------------------------------------
[2010-06-28 22:25:03] [email protected]
Please try using this snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
http://windows.php.net/snapshots/
------------------------------------------------------------------------
[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