php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43646 Typo in error message on recursive interface implementation error
Submitted: 2007-12-20 18:54 UTC Modified: 2008-01-29 00:08 UTC
From: weyrick at roadsend dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 5.2.5 OS: all
Private report: No CVE-ID: None
 [2007-12-20 18:54 UTC] 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 ...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-29 00:08 UTC] tony2001@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 19 21:00:03 2025 UTC