ID:               43646
 Updated by:       [EMAIL PROTECTED]
 Reported By:      weyrick at roadsend dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: all
 PHP Version:      5.2.5
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2007-12-20 18:54:49] weyrick at roadsend dot com

Description:
------------
A simple typo in the error message. This is originally from bug #30922,
and the regression test will have to be changed as well.


Reproduce code:
---------------
<?php
interface RecurisiveFooFar extends RecurisiveFooFar {
}

?>


Expected result:
----------------
Fatal error: Interface RecurisiveFooFar cannot implement itself in ...

Actual result:
--------------
Fatal error: Interface RecurisiveFooFar cannot not implement itself in
...


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43646&edit=1

Reply via email to