ID: 30519
Updated by: [EMAIL PROTECTED]
Reported By: jsgoupil at lookstrike dot com
-Status: Open
+Status: Verified
Bug Type: Zend Engine 2 problem
-Operating System: WinXP
+Operating System: *
-PHP Version: 5.0.2
+PHP Version: 5CVS-2005-03-07
Previous Comments:
------------------------------------------------------------------------
[2004-10-21 20:48:56] jsgoupil at lookstrike dot com
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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30519&edit=1