]> granicus.if.org Git - php/commit
- Allow to hook into RecursiveIteratorIterator's child handling
authorMarcus Boerger <helly@php.net>
Sat, 12 Mar 2005 23:03:33 +0000 (23:03 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 12 Mar 2005 23:03:33 +0000 (23:03 +0000)
commitf9de3fd02b236b03d607979e8b1e98a26f90ae44
tree12babe9b6f6cddb9af672cfcda7f047923ae38dc
parent6dc04d98f21ead4ec16b26b463293421ba932974
- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu
ext/spl/spl.php
ext/spl/spl_exceptions.c
ext/spl/spl_exceptions.h
ext/spl/spl_iterators.c
ext/spl/tests/iterator_021.phpt [new file with mode: 0755]
ext/spl/tests/iterator_022.phpt [new file with mode: 0755]