ID: 48120 Updated by: fel...@php.net Reported By: sebastian dot schmidt at meap dot de -Status: Open +Status: Closed Bug Type: SPL related Operating System: * PHP Version: 5.2.9 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: ------------------------------------------------------------------------ [2009-04-30 06:46:21] sebastian dot schmidt at meap dot de Description: ------------ There is a mistake in Line 20 of ext/spl/internal/regexiterator.inc. The class RegexIterator is implementing the abstract class FilterIterator. RegexIterator should extend FilterIterator. Reproduce code: --------------- class RegexIterator implements FilterIterator { Expected result: ---------------- class RegexIterator extends FilterIterator { ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48120&edit=1