summaryrefslogtreecommitdiff
path: root/ext/spl/tests
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-09-091-0/+11
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-08-311-0/+44
* Fixed bug #28822: ArrayObject::offsetExists() works invertedMarcus Boerger2004-06-211-0/+16
* - ArrayObject::append() must not be called when it refers to an objectMarcus Boerger2004-04-291-0/+81
* - Remove unused variableMarcus Boerger2004-04-291-0/+65
* - DOS 2 UNIXMarcus Boerger2004-04-284-0/+0
* Fix testMarcus Boerger2004-04-271-2/+2
* Fix several issuesMarcus Boerger2004-04-2510-7/+455
* Update error messages in testsMarcus Boerger2004-04-132-10/+10
* New tests (and ordering of tests)Marcus Boerger2004-04-135-0/+86
* Add new testMarcus Boerger2004-04-081-0/+162
* Fix testMarcus Boerger2004-03-201-2/+7
* Fix CachingIterator's ability to cache string conversion results.Marcus Boerger2004-03-171-0/+97
* Go with implicit callMarcus Boerger2004-03-171-1/+1
* Explicit cast needed for nowMarcus Boerger2004-03-171-1/+1
* Update test with check for [] assignmentMarcus Boerger2004-03-131-0/+14
* Check for ext/spl being availableMarcus Boerger2004-03-131-0/+2
* Add new testMarcus Boerger2004-03-131-0/+91
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-083-15/+15
* Fix ArrayObjectMarcus Boerger2004-02-121-8/+9
* - Fix second issue with #27042Marcus Boerger2004-01-281-47/+19
* Remove test codeMarcus Boerger2004-01-261-1/+0
* Fixed bug #27042 (SPL: SeekableIterator seek() broken).Marcus Boerger2004-01-261-0/+173
* Fix problems with manual iterationMarcus Boerger2004-01-181-0/+77
* Add class SimpleXMLIteratorMarcus Boerger2004-01-182-0/+135
* CleanupMarcus Boerger2003-11-2611-1261/+17
* Rename ArrayClass to ArrayObjectMarcus Boerger2003-11-172-6/+6
* Update testsMarcus Boerger2003-10-232-6/+13
* Explicit cwqasting is now necessaryMarcus Boerger2003-09-201-1/+1
* Go with studlyCapsMarcus Boerger2003-09-186-80/+80
* Go with stdlyCapsMarcus Boerger2003-09-047-98/+107
* Add foreach/continue testMarcus Boerger2003-08-101-0/+102
* - Unset support for spl_array_access by method set($index)Marcus Boerger2003-08-042-0/+45
* Unset support for spl_arrayMarcus Boerger2003-08-041-0/+21
* - Add class spl_array_it which is the iterator returned by spl_array.Marcus Boerger2003-07-201-0/+138
* Add test for class spl_arrayMarcus Boerger2003-07-191-0/+67
* Make array write stuff work again correct and fix testsMarcus Boerger2003-07-162-20/+11
* Update and remove parts no longer possibleMarcus Boerger2003-07-161-154/+0
* Currently we're presented all properties with foreach()Marcus Boerger2003-07-081-0/+61
* - Remove namespace leftoversMarcus Boerger2003-06-172-3/+3
* Goodbye namespacesMarcus Boerger2003-06-048-28/+28
* Simplify by using __METHOD__Marcus Boerger2003-06-014-20/+20
* - Fix handling of abstract methods. They must be inherited when inheritingMarcus Boerger2003-05-261-0/+21
* Add a testcase to foreach/breakMarcus Boerger2003-05-251-0/+90
* Fixes and optimizationsMarcus Boerger2003-05-241-28/+37
* Add spl extensionMarcus Boerger2003-05-018-0/+1066