]> granicus.if.org Git - php/commit
- MFH:
authorMarcus Boerger <helly@php.net>
Sun, 16 Jul 2006 21:12:32 +0000 (21:12 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 16 Jul 2006 21:12:32 +0000 (21:12 +0000)
commit55f0596fabfe9613d535adcb19caa820b2104e51
tree6bd3b70c35d123b9c900278cb2adcde0be3d1253
parentbf4c9ef68616eb6998154b04337bbbe2ffac67fb
- MFH:
  . Upgrade RegexIterator capabilities, see docu
  . Update docu
  . Add test (which fails right now: iterator_049.phpt)
  . Add tests for new functionality
13 files changed:
ext/spl/internal/filteriterator.inc
ext/spl/internal/recursiveregexiterator.inc [new file with mode: 0755]
ext/spl/internal/regexiterator.inc [new file with mode: 0755]
ext/spl/spl.php
ext/spl/spl_iterators.c
ext/spl/spl_iterators.h
ext/spl/tests/iterator_049.phpt [new file with mode: 0755]
ext/spl/tests/iterator_050.phpt [new file with mode: 0755]
ext/spl/tests/iterator_051.phpt [new file with mode: 0755]
ext/spl/tests/iterator_052.phpt [new file with mode: 0755]
ext/spl/tests/iterator_053.phpt [new file with mode: 0755]
ext/spl/tests/iterator_054.phpt [new file with mode: 0755]
ext/spl/tests/iterator_055.phpt [new file with mode: 0755]