felipe Fri May 1 01:55:28 2009 UTC
Modified files:
/php-src/ext/spl/internal regexiterator.inc
Log:
- 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.8&r2=1.9&diff_format=u
Index: php-src/ext/spl/internal/regexiterator.inc
diff -u php-src/ext/spl/internal/regexiterator.inc:1.8
php-src/ext/spl/internal/regexiterator.inc:1.9
--- php-src/ext/spl/internal/regexiterator.inc:1.8 Fri Jul 21 21:54:49 2006
+++ php-src/ext/spl/internal/regexiterator.inc Fri May 1 01:55:28 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