|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-28 22:24 UTC] felipensp at gmail dot com
-Package: Feature/Change Request
+Package: *General Issues
[2010-06-28 22:24 UTC] felipensp at gmail dot com
[2010-06-28 22:25 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2010-06-28 22:25 UTC] felipe@php.net
[2010-06-28 22:25 UTC] felipe@php.net
-Assigned To:
+Assigned To: felipe
[2010-06-28 22:28 UTC] felipensp at gmail dot com
-Status: Feedback
+Status: Open
[2010-06-28 22:28 UTC] felipensp at gmail dot com
[2010-06-28 22:38 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2010-06-28 22:38 UTC] felipe@php.net
[2010-06-29 00:08 UTC] felipensp at gmail dot com
-Status: Feedback
+Status: Assigned
[2010-06-29 00:08 UTC] felipensp at gmail dot com
[2010-06-29 00:09 UTC] felipe@php.net
-Status: Assigned
+Status: Open
-Assigned To: felipe
+Assigned To:
[2015-03-02 22:48 UTC] danack@php.net
-Status: Open
+Status: Not a bug
[2015-03-02 22:48 UTC] danack@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
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 ...