summaryrefslogtreecommitdiff
path: root/ext/spl/tests
Commit message (Expand)AuthorAgeFilesLines
* These tests don't work if run as rootRasmus Lerdorf2012-01-082-8/+14
* This test only works if gc is enabledRasmus Lerdorf2012-01-081-26/+27
* Added tests contributions on spl_autoload and stream_context_set_option()Patrick Allaert2011-12-091-0/+18
* Fixed bug #60240 (invalid read/writes when unserializing specially crafted st...Michael Wallner2011-12-021-2/+2
* functor? Where did that come from?Rasmus Lerdorf2011-11-141-1/+1
* Adjusting error messagesLars Strojny2011-11-141-1/+1
* add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #6...Peter Cowburn2011-11-021-0/+30
* - Reverted changes that required constructor overrides to invoke the parentGustavo André dos Santos Lopes2011-10-295-147/+10
* Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-216-1/+23
* Test for non-string replacement, bug#54304Hannes Magnusson2011-09-121-0/+26
* - improve r316420 (SplFileObject cannot and should not accept directories)Pierre Joye2011-09-081-8/+8
* - force LFPierre Joye2011-09-084-4/+4
* SplFileObject does not accept directories. It did not check for that and blin...Etienne Kneuss2011-09-083-27/+24
* Fix cleanup routinesHannes Magnusson2011-09-073-5/+6
* fix skipif descriptionXinchen Hui2011-09-071-1/+1
* - use a more portable name for the filenamePierre Joye2011-09-061-1/+1
* - use something we know it exists...Pierre Joye2011-09-061-2/+2
* - skip on win, name.. name. are not valid namesPierre Joye2011-09-061-0/+6
* Add skipifs for bug#54971 (patch by datibbaw@)Hannes Magnusson2011-08-301-0/+4
* Added forgotten tests cases for class_uses() from commit rev. 313640Stefan Marr2011-07-245-0/+629
* Delete empty test files (old MQ tests)Pierrick Charron2011-07-221-0/+0
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-22/+0
* Fix #48860 Implement Serialization for DLLEtienne Kneuss2011-07-121-0/+67
* Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ...Pierrick Charron2011-06-281-0/+45
* fixed temp directory names in spl testsKnut Urdalen2011-06-252-4/+4
* fixed/refactored some spl tests related to owner/group retrievalKnut Urdalen2011-06-254-71/+56
* - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing)Felipe Pena2011-06-021-0/+33
* Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash)Dmitry Stogov2011-04-071-0/+24
* - Improved upon r309729.Gustavo André dos Santos Lopes2011-03-271-20/+87
* Added CallbackFilterIterator and RecursiveCallbackFilterIterator classesArnaud Le Blanc2011-03-273-0/+342
* - Fixed bug #54384: Several SPL classes crash when parent constructor isGustavo André dos Santos Lopes2011-03-274-10/+230
* - Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construc...Felipe Pena2011-03-231-0/+14
* - Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator)Felipe Pena2011-03-221-0/+15
* - Fixed bug #54291 (Crash iterating DirectoryIterator for dir name startingGustavo André dos Santos Lopes2011-03-191-0/+13
* Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by ChrisAdam Harvey2011-02-043-1/+31
* Implement request #53659 (Implementing RegexIterator::getRegex() method). PatchAdam Harvey2011-01-061-0/+29
* Remove empty files left when r306542 was reverted in r306552.Adam Harvey2011-01-061-0/+0
* Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)Etienne Kneuss2011-01-052-0/+71
* SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFi...Eyal Teutsch2010-12-268-24/+24
* Implemented FR #48767 (SplFileInfo::getExtension())Peter Cowburn2010-12-232-0/+82
* - Revert of revision 306542, turns out the semantics of compare() are Gustavo André dos Santos Lopes2010-12-211-23/+0
* - Fixed bug #53588 (SplMinHeap bad sorting with custom compareGustavo André dos Santos Lopes2010-12-211-0/+23
* moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_va...Eyal Teutsch2010-12-123-0/+12
* - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-101-0/+27
* Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch...Dmitry Stogov2010-12-091-0/+13
* test bug42364 included a superfluous ?>Eyal Teutsch2010-12-091-1/+0
* - Fixed bug #53362 (Segmentation fault when extending SplFixedArray)Felipe Pena2010-11-191-0/+22
* - Fix testJani Taskinen2010-11-171-1/+1
* - Added missing void arg checksFelipe Pena2010-11-142-4/+10
* Implemented FR #53264 (Add fputcsv method to SplFileObject).Adam Harvey2010-11-0913-0/+6351