|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-06-24 10:46 UTC] dmitry@php.net
[2005-08-04 06:10 UTC] jsgoupil@php.net
[2005-08-04 09:14 UTC] sniper@php.net
[2005-08-04 13:05 UTC] jsgoupil@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ If you specify an interface that not exists to a class, the output error is saying a "wrong" message... Reproduce code: --------------- <?php class test implements a { } ?> Expected result: ---------------- Fatal error: Interface 'a' not found in D:\www\LookStrike\ls_lite\a.php on line 2 Actual result: -------------- Fatal error: Class 'a' not found in D:\www\LookStrike\ls_lite\a.php on line 2