felipe Fri May 1 01:55:52 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl/internal regexiterator.inc
Log:
- MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in
regexiterator.inc)
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/regexiterator.inc?r1=1.2.2.6&r2=1.2.2.7&diff_format=u
Index: php-src/ext/spl/internal/regexiterator.inc
diff -u php-src/ext/spl/internal/regexiterator.inc:1.2.2.6
php-src/ext/spl/internal/regexiterator.inc:1.2.2.7
--- php-src/ext/spl/internal/regexiterator.inc:1.2.2.6 Fri Jul 21 21:55:43 2006
+++ php-src/ext/spl/internal/regexiterator.inc Fri May 1 01:55:52 2009
@@ -17,7 +17,7 @@
*
* This filter iterator assumes that the inner iterator
*/
-class RegexIterator implements FilterIterator
+class RegexIterator extends FilterIterator
{
const USE_KEY = 0x00000001; /**< If present in $flags the the key
is
used rather then the current
value. */
@@ -160,4 +160,4 @@
}
}
-?>
\ No newline at end of file
+?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php