]> granicus.if.org Git - php/commitdiff
- MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in regexiterator...
authorFelipe Pena <felipe@php.net>
Fri, 1 May 2009 01:55:52 +0000 (01:55 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 1 May 2009 01:55:52 +0000 (01:55 +0000)
ext/spl/internal/regexiterator.inc

index 6548f911f789b2f20c965aa8e08b5df74c421aa9..d1ffbb7a1d2a7126d6010573bf119d02c51036aa 100755 (executable)
@@ -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 @@ class RegexIterator implements FilterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>