summaryrefslogtreecommitdiff
path: root/ext/spl/internal/recursiveiteratoriterator.inc
Commit message (Collapse)AuthorAgeFilesLines
* Drop spl/internal documentationGabriel Caruso2018-08-121-237/+0
| | | | | These docs were outdated by now and the one at https://php.net/spl should be used instead
* Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-11/+11
|
* Remove executable permission on incXinchen Hui2012-10-101-0/+0
|
* MFH: Update copyright year + line feedsKalle Sommer Nielsen2009-05-021-1/+1
|
* - MFH: SynchMarcus Boerger2006-11-031-2/+4
|
* - Update docuMarcus Boerger2005-10-081-1/+1
| | | | | | - Synch class consts with HEAD - Synch example RecursiveTreeIterator (as far as possible)
* MFH:Marcus Boerger2005-09-151-12/+42
| | | | | | | | | | - Add SplObjectStorage - Add RecursiveFilterIterator - Rename Observer to SplObserver - Rename Subject to SplSubject - Move SPL constants to class constants - Update docu
* - Update version infoMarcus Boerger2005-08-021-1/+2
|
* - Before we later run into BC trouble we split flags into two params modeMarcus Boerger2005-07-281-6/+6
| | | | | and flags now before branching for 5.1.
* - Fix issues with iterators and excpetionsMarcus Boerger2005-07-271-2/+23
| | | | | | | | | | | | | | | | | # update documentation # # In 5.2 we need to implement an event handler onException() to be invoked # on exceptions during getChildren() calls. Its default implementation # would simply rethrow the exception if the flag is not set and delete if # if it was set. To do so the exceptions refcount needs to be increased # before calling zend_clear_exception() to keep the exception alive but # clear the control information. # # As a side note this is alos the easy solution to allow multi exception # handling: Simply clear the engine's exception info and add a property # called $previousException to the base exception and assign it from the # already pending one.
* - Execute both RecursiveIteratorIterator::beginChildren() and endChildren()Marcus Boerger2005-05-141-2/+3
| | | | | on the same level (while the actual child is available).
* - Update docuMarcus Boerger2005-03-121-3/+21
|
* - Add version informationMarcus Boerger2005-02-171-0/+1
|
* - Update to 2005Marcus Boerger2005-02-081-1/+1
|
* - Actually these are privateMarcus Boerger2005-02-081-2/+2
|
* - Add RecursiveIteratorIterator::beginChildren(), endChildren()Marcus Boerger2004-11-011-1/+17
|
* - Update docuMarcus Boerger2004-11-011-1/+4
|
* - Update docuMarcus Boerger2004-10-311-1/+1
|
* - Update docuMarcus Boerger2004-10-291-4/+39
|
* - Implement OuterIterator in CMarcus Boerger2004-10-291-1/+9
|
* - Update examplesMarcus Boerger2004-05-081-0/+101
- Update documentation - Move classes/interfaces already implemented in c to new subdir internal