summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* - Before we later run into BC trouble we split flags into two params modeMarcus Boerger2005-07-281-7/+6
* - Fix issues with iterators and excpetionsMarcus Boerger2005-07-271-6/+25
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* - Execute both RecursiveIteratorIterator::beginChildren() and endChildren()Marcus Boerger2005-05-141-3/+3
* - Make iterator_to_array() accept TraversableMarcus Boerger2005-03-311-2/+2
* - Allow to hook into RecursiveIteratorIterator's child handlingMarcus Boerger2005-03-121-12/+72
* - Fix problem with exception in other methods, tooMarcus Boerger2005-03-061-1/+1
* - Fix problem with exceptions in hasChildren callsMarcus Boerger2005-03-061-3/+6
* - Need to store class entryMarcus Boerger2005-03-011-0/+1
* - Allow to convert traversable into IteratorMarcus Boerger2005-02-231-3/+17
* - bugfix 31348Marcus Boerger2005-01-241-0/+1
* more typosAntony Dovgal2004-12-291-2/+2
* MFB: fix typosAntony Dovgal2004-12-291-2/+2
* - Use appropriate exception class where possibleMarcus Boerger2004-11-111-1/+3
* - Drop debug messageMarcus Boerger2004-11-111-1/+0
* - Simplify construction of RecursiveIteratorIteratorMarcus Boerger2004-11-081-4/+14
* oops missed a couple!Frank M. Kromann2004-11-031-0/+2
* Add termination block to function table. This will allow the engine to stop r...Frank M. Kromann2004-11-031-0/+1
* - Don't call beginChildren/endChildren if they don't do anythingMarcus Boerger2004-11-011-3/+9
* - Cache function lookupMarcus Boerger2004-11-011-3/+9
* - Add RecursiveIteratorIterator::beginChildren(), endChildren()Marcus Boerger2004-11-011-41/+50
* - Allow direct access to spl class entries (SPL cannot be build shared)Marcus Boerger2004-11-011-14/+14
* - Two new exceptionsMarcus Boerger2004-11-011-8/+9
* - Minor fixesMarcus Boerger2004-11-011-8/+205
* - Implement EmptyIterator in CMarcus Boerger2004-10-311-1/+45
* - Implement InfiniteIterator in CMarcus Boerger2004-10-311-1/+34
* - Aggregate inner iterator for RecursiveIteratorIteratorMarcus Boerger2004-10-311-0/+20
* - Implement classes IteratorIterator and NoRewindIterator in CMarcus Boerger2004-10-311-3/+98
* - Fix inner iterator aggregationMarcus Boerger2004-10-301-4/+5
* - Fix protosMarcus Boerger2004-10-301-9/+9
* - Fix protoMarcus Boerger2004-10-301-1/+1
* - Implement OuterIterator in CMarcus Boerger2004-10-291-3/+29
* - Added iterator_to_array() and iterator_count()Marcus Boerger2004-10-071-0/+64
* - Fix problem when inner constructor isn't called from derived constructorMarcus Boerger2004-07-281-0/+10
* Fix typoZeev Suraski2004-05-311-1/+1
* Fix prototypeZeev Suraski2004-05-301-1/+1
* - Make start and length parameter to Limititerator::__construct optionalMarcus Boerger2004-05-181-2/+3
* Add protosMarcus Boerger2004-05-061-36/+117
* - Some pretection against out-of-memory situationsMarcus Boerger2004-04-271-6/+10
* Fix LimitIterator by using new handlerMarcus Boerger2004-04-271-2/+4
* Fix several issuesMarcus Boerger2004-04-251-2/+2
* Bugfix #27997Marcus Boerger2004-04-141-1/+1
* Fix toString() issue againMarcus Boerger2004-04-081-34/+34
* Add agrument type infoMarcus Boerger2004-03-281-6/+6
* Fix CachingIterator's ability to cache string conversion results.Marcus Boerger2004-03-171-0/+27
* Make use of zend_make_printable_zval() instead of 'manually' callingMarcus Boerger2004-03-161-7/+10
* Access to inner iterator was missingMarcus Boerger2004-03-091-26/+43
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-1/+1
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-081-23/+23