ID: 50090 Updated by: fel...@php.net Reported By: wimartin at uk dot ibm dot com -Status: Open +Status: Closed Bug Type: SPL related Operating System: Windows XP PHP Version: 5.2SVN-2009-11-05 (snap) New Comment:
This bug has been fixed in SVN. 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. Thanks. Previous Comments: ------------------------------------------------------------------------ [2009-11-07 21:27:16] s...@php.net Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=290392 Log: - Fixed bug #50090 (Typo in IteratorIterator constructor) ------------------------------------------------------------------------ [2009-11-05 16:13:35] wimartin at uk dot ibm dot com Description: ------------ In case DIT_IteratorIterator under spl_dual_it_construct in iterators.c there is a typo in the following exception. zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "%s::getIterator() must return an object that implememnts Traversable", ce->name); "implememnts" should in fact be "implements". ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50090&edit=1