summaryrefslogtreecommitdiff
path: root/ext/spl/internal
Commit message (Collapse)AuthorAgeFilesLines
* Drop spl/internal documentationGabriel Caruso2018-08-1225-2938/+0
| | | | | These docs were outdated by now and the one at https://php.net/spl should be used instead
* Fix some misspellingsGabriel Caruso2018-08-127-10/+10
|
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-1019-103/+103
|
* fix method "eof"danchukas2017-06-231-1/+1
| | | | | | | replace "eof" with "feof" because: 1) http://php.net/manual/ru/function.feof.php 2) Error: Call to undefined function eof()
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
|
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
|
* fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() ↵sasezaki2013-07-151-1/+1
| | | | method, too)
* fix invalid variable name at ext/spl/internal/multipleiterator.inckazusuke sasezaki2013-07-151-1/+1
|
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1022-0/+0
|\
| * Remove executable permission on incXinchen Hui2012-10-1022-0/+0
| |
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-033-5/+5
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* | Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-033-5/+5
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* | Implement request #53659 (Implementing RegexIterator::getRegex() method). PatchAdam Harvey2011-01-061-0/+7
|/ | | | | by Joshua Thijssen.
* MFH: Update copyright year + line feedsKalle Sommer Nielsen2009-05-0225-25/+25
|
* - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in ↵Felipe Pena2009-05-011-2/+2
| | | | regexiterator.inc)
* - MFH Add MultipleIterator (Arnaud, Marcus)Marcus Boerger2008-07-222-1/+224
|
* - MFH Added RecursiveTreeIteratorMarcus Boerger2008-07-191-0/+132
|
* - MFH Make SplObjectStorage implement ArrayAccessMarcus Boerger2008-01-281-4/+54
| | | | | [DOC]
* MFH:Marcus Boerger2008-01-271-9/+29
| | | | | | | | [DOC] Add ability to store associative infor with objects in SplObjectStorage - Add second parameter to SplObjectStorage::attach() - Add SplObjectStorage::setInfo() - Add SplObjectStorage::getInfo()
* MFH: TypoEtienne Kneuss2008-01-271-1/+1
|
* MFH: -Pointer doesn't move if we're moving forward and shifting at the same timeEtienne Kneuss2008-01-273-44/+255
| | | | | | -Userland implementation -Doxygen doc
* MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueueEtienne Kneuss2008-01-213-0/+185
|
* - MFH: Fix #43611 SplObjectStorage is available since 5.1.2Johannes Schlüter2007-12-161-2/+2
|
* - MFH Fix #41109: recursiveiterator.inc says 'implements' Iterator instead ↵Marcus Boerger2007-04-172-2/+2
| | | | of 'extends'
* - MFH simplify, synch docu/implementationMarcus Boerger2007-03-041-15/+1
|
* MFH: SplFileObject no longer overwrites SplFileInfo::getFilename()Hannes Magnusson2006-11-121-8/+0
|
* - MFH: SynchMarcus Boerger2006-11-031-2/+4
|
* - MFH Update docuMarcus Boerger2006-07-211-8/+1
|
* - MFH Match code with docuMarcus Boerger2006-07-211-3/+3
|
* - MFH Update RegexIterator, Docu & TestsMarcus Boerger2006-07-211-1/+50
|
* - Synch RegexIterator with HEADMarcus Boerger2006-07-201-4/+26
|
* - MFH Update docuMarcus Boerger2006-07-162-10/+25
|
* - MFH:Marcus Boerger2006-07-163-6/+149
| | | | | | | | . Upgrade RegexIterator capabilities, see docu . Update docu . Add test (which fails right now: iterator_049.phpt) . Add tests for new functionality
* - MFH Implement todo: SplFileObject: ability to set the CSV separator per objectMarcus Boerger2006-07-151-4/+36
|
* - Fix docuMarcus Boerger2006-03-261-1/+1
|
* - MFH Fix docuMarcus Boerger2006-01-051-1/+1
|
* MFH: more spelling fixesAntony Dovgal2005-12-181-2/+2
|
* - Update docuMarcus Boerger2005-10-082-5/+5
| | | | | | - Synch class consts with HEAD - Synch example RecursiveTreeIterator (as far as possible)
* - MFH Really allow SXE being shared by not using anything from it directly ↵Marcus Boerger2005-10-031-4/+20
| | | | in SPL
* - MFH Fix issue with RecursiveArrayIterator::getChildren()Marcus Boerger2005-10-031-1/+5
|
* - Synch naming/move changes with HEADMarcus Boerger2005-09-182-13/+77
| | | | | | - Update tests/docu # New functionality in CachingIterator/RecursiveIteratorIterator not MFHed
* - Rename file class again by popular demmand: calling it SplFileObject nowMarcus Boerger2005-09-151-2/+2
|
* - Update docuMarcus Boerger2005-09-151-10/+3
|
* - MFH: Add new filesMarcus Boerger2005-09-152-0/+180
|
* MFH:Marcus Boerger2005-09-154-28/+61
| | | | | | | | | | - 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.