summaryrefslogtreecommitdiff
path: root/ext/spl/internal/regexiterator.inc
Commit message (Collapse)AuthorAgeFilesLines
* Drop spl/internal documentationGabriel Caruso2018-08-121-170/+0
| | | | | These docs were outdated by now and the one at https://php.net/spl should be used instead
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-9/+9
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on incXinchen Hui2012-10-101-0/+0
| |
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
| * MFH: Update copyright year + line feedsKalle Sommer Nielsen2009-05-021-1/+1
| |
| * - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in ↵Felipe Pena2009-05-011-2/+2
| | | | | | | | regexiterator.inc)
| * - MFH Update docuMarcus Boerger2006-07-211-8/+1
| |
| * - MFH Update RegexIterator, Docu & TestsMarcus Boerger2006-07-211-1/+50
| |
| * - Synch RegexIterator with HEADMarcus Boerger2006-07-201-4/+26
| |
| * - MFH Update docuMarcus Boerger2006-07-161-9/+18
| |
| * - MFH:Marcus Boerger2006-07-161-0/+90
| | | | | | | | . Upgrade RegexIterator capabilities, see docu . Update docu . Add test (which fails right now: iterator_049.phpt) . Add tests for new functionality
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | # 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.
* Update copyright year + line feedsKalle Sommer Nielsen2009-05-021-1/+1
|
* - Fixed bug #48120 (Implementing abstract class FilterIterator in ↵Felipe Pena2009-05-011-2/+2
| | | | regexiterator.inc)
* - Update docuMarcus Boerger2006-07-211-8/+1
|
* - Add control functions to RegexIteratorMarcus Boerger2006-07-211-1/+50
|
* - Change order of ctor argsMarcus Boerger2006-07-201-2/+2
| | | | | # Do it before the child falls in the brunnel - aka prior to first release.
* - Update docuMarcus Boerger2006-07-201-1/+22
|
* - Update RegexIteratorMarcus Boerger2006-07-201-1/+2
|
* - Update docuMarcus Boerger2006-07-161-9/+18
|
* - Upgrade RegexIterator capabilities, see docuMarcus Boerger2006-07-161-5/+44
|
* - Update docuMarcus Boerger2006-07-161-0/+51