php-src/ext/spl/tests
2012-10-10 10:44:34 +08:00
..
array_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_009a.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_010.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_012.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_013.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_014.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_015.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_016.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_017.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_018.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_019.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_020.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_021.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_022.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_023.phpt Sync spl tests with HEAD 2008-05-08 12:02:17 +00:00
array_024.phpt MFH: First part of count/handlers related fixes 2008-07-06 23:45:56 +00:00
array_025.phpt MFH: Fix #46192 (Serialization of ArrayObject with objects as storage) 2008-09-29 22:45:28 +00:00
array_026.phpt Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 2008-10-05 14:20:55 +00:00
array_027.phpt - Fixed tests 2010-04-03 15:42:42 +00:00
arrayObject___construct_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject___construct_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject___construct_basic3.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject___construct_basic4.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject___construct_basic5.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject___construct_basic6.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject___construct_error1.phpt Fix #46317 (Iterator class not properly checked) 2008-10-19 18:00:24 +00:00
arrayObject___construct_error2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_asort_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_asort_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_clone_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_clone_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_clone_basic3.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_count_basic1.phpt - Added missing void arg checks 2010-11-14 18:40:08 +00:00
arrayObject_exchangeArray_basic1.phpt Improve ArrayObject::exchangeArray() behaviour with objects and CoW references (see http://turl.ca/exarr ). 2008-08-04 11:45:21 +00:00
arrayObject_exchangeArray_basic2.phpt Improve ArrayObject::exchangeArray() behaviour with objects and CoW references (see http://turl.ca/exarr ). 2008-08-04 11:45:21 +00:00
arrayObject_exchangeArray_basic3.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_getFlags_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_getFlags_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_getIteratorClass_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_ksort_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_ksort_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_magicMethods1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_magicMethods2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_magicMethods3.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_magicMethods4.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_magicMethods5.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_magicMethods6.phpt MFH: Better fix for #45622 (patch by robinf at php do net) 2009-05-21 13:26:14 +00:00
arrayObject_natcasesort_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_natsort_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_offsetExists_nullcheck.phpt Added failing test for ArrayObject::offsetExists(). 2012-03-27 18:59:04 +05:00
arrayObject_setFlags_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_setFlags_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_setIteratorClass_error1.phpt Fix #46317 (Iterator class not properly checked) 2008-10-19 18:00:24 +00:00
arrayObject_uasort_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_uasort_error1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_uksort_basic1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
arrayObject_uksort_error1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
ArrayObject_unserialize_empty_string.phpt The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
bug28822.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31185.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31346.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31348.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31926.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32134.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32394.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33136.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34548.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug36258.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug36287.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36825.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug36941.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37457.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38325.phpt MFH: Use obscure name 2009-04-06 09:31:52 +00:00
bug38618.phpt Add consistency with the flag 2008-05-06 23:08:06 +00:00
bug40036.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug40091.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug40442.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40872.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41528.phpt - Unit test for bug #41528 2007-12-12 00:34:06 +00:00
bug41691.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug41692.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
bug41828.phpt Fix bug #41828 (Fix crash on wrong instantiation) 2008-03-12 13:34:47 +00:00
bug42364.phpt test bug42364 included a superfluous ?> 2010-12-09 12:39:21 +00:00
bug42654.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug42703.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug44144.phpt MFH: Fixed bug #44144 & add test 2009-07-28 22:25:31 +00:00
bug44615.phpt Add tests from testfest 2008-06-12 20:52:34 +00:00
bug45216.phpt MFH: Fix #45216 (Add a default size for fgetss) 2008-06-18 10:05:29 +00:00
bug45614.phpt MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object) 2008-07-24 15:54:41 +00:00
bug45622.phpt MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set) 2008-07-26 12:34:10 +00:00
bug45622b.phpt MFH: Better fix for #45622 (patch by robinf at php do net) 2009-05-21 13:26:14 +00:00
bug45826.phpt MFH: Fix #45826 (Custom serialization) 2008-08-25 18:40:44 +00:00
bug46031.phpt MFH: Fixed bug #46031 (Segfault in AppendIterator::next) 2008-09-09 19:44:15 +00:00
bug46051.phpt MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap) 2008-09-11 15:22:49 +00:00
bug46053.phpt MFH: Fixed #46053 (SplFileObject::seek - Endless loop) 2008-09-11 15:31:58 +00:00
bug46088.phpt - New test 2008-09-22 13:09:50 +00:00
bug46115.phpt Fixed bug #46115 (Memory leak when calling a method using Reflection) 2008-09-19 12:48:33 +00:00
bug46160.phpt - MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method) 2008-09-23 12:06:01 +00:00
bug47534.phpt MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME) 2009-05-09 21:06:59 +00:00
bug48023.phpt MFH: Fix #48023 (spl_autoload_register didn't store closures) 2009-04-20 14:20:20 +00:00
bug48361.phpt Fixed #48361 (SplFileInfo::getPathName() should return the parent 2010-04-27 08:56:01 +00:00
bug48493.phpt MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way. 2009-06-09 01:58:07 +00:00
bug49263.phpt Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage) 2009-10-06 13:34:56 +00:00
bug49723.phpt Fix #49723 (Skip seek when unnecessary) 2010-04-27 04:57:48 +00:00
bug49972.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug50579.phpt - Fix the fix (wrong behavior) 2010-11-08 20:26:14 +00:00
bug51119.phpt Corrected typo in LimitIterator offset exception. Fixes #51119 2010-02-22 23:55:30 +00:00
bug51374.phpt Fix #51374 (Wrongly initialized object properties) 2010-04-27 05:58:39 +00:00
bug51532.phpt Fix #51532 (Invalid prototype for SplFileInfo::fscanf) 2010-04-25 05:18:42 +00:00
bug52238.phpt Fix bug #52238: Crash when an Exception occured in iterator_to_array 2010-07-02 19:17:45 +00:00
bug52573.phpt - Improved fix for bug #52573 2010-08-18 01:59:37 +00:00
bug53071.phpt Make sure gc is enabled 2012-01-08 18:22:50 +00:00
bug53144.phpt - Fixed bug #53144 (SplObjectStorage::removeAll()) 2010-10-24 14:03:07 +00:00
bug53362.phpt - Fixed bug #53362 (Segmentation fault when extending SplFixedArray) 2010-11-19 20:07:32 +00:00
bug53515.phpt - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values) 2010-12-10 23:58:33 +00:00
bug54281.phpt - Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator) 2011-03-22 22:41:16 +00:00
bug54291.phpt - Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting 2011-03-19 23:15:04 +00:00
bug54292.phpt - Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct()) 2011-03-23 22:46:04 +00:00
bug54304.phpt Test for non-string replacement, bug#54304 2011-09-12 17:20:44 +00:00
bug54384.phpt - Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and 2011-04-04 02:50:27 +00:00
bug54970.phpt - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing) 2011-06-02 00:40:27 +00:00
bug54971.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
bug60082.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug61326.phpt - Fixed bug #61326 (ArrayObject comparison). 2012-03-10 17:19:39 +00:00
bug61347.phpt Fixed bug #61347 (inconsist isset behavior of Arrayobject) 2012-03-11 08:27:55 +00:00
bug61418.phpt Revert "Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" - causes bug #61482" 2012-03-23 09:40:27 +00:00
bug62073.phpt Fixed bug #62073 2012-05-24 23:31:05 +08:00
bug62262.phpt Fixed bug RecursiveArrayIterator does not implement Countable 2012-06-19 18:32:44 +02:00
bug62616.phpt missed the test script 2012-07-21 23:30:32 +08:00
bug62904.phpt Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) 2012-08-23 23:27:16 +08:00
bug62978.phpt Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables) 2012-09-01 14:21:34 +08:00
class_implements_basic2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
class_implements_basic.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
class_implements_variation1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
class_implements_variation2.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
class_implements_variation.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
countable_class_basic1.phpt MFH: 2009-07-04 20:31:27 +00:00
countable_count_variation1.phpt Committing for Robin Fernandes 2008-10-17 14:34:55 +00:00
DirectoryIterator_by_reference.phpt - use something we know it exists... 2011-09-06 07:26:05 +00:00
DirectoryIterator_empty_constructor.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DirectoryIterator_getBasename_basic_test.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
DirectoryIterator_getBasename_pass_array.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
DirectoryIterator_getExtension_basic.phpt fix skipif description 2011-09-07 00:59:10 +00:00
DirectoryIterator_getGroup_basic.phpt These tests don't work if run as root 2012-01-08 18:43:30 +00:00
DirectoryIterator_getInode_basic.phpt The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
DirectoryIterator_getInode_error.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DirectoryIterator_getOwner_basic.phpt These tests don't work if run as root 2012-01-08 18:43:30 +00:00
dit_001_noglob.phpt Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris 2011-02-04 10:49:49 +00:00
dit_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dit_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dit_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dit_004.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dit_005.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dit_006.phpt MFH: Implement DirectoryIterator::seek 2008-07-19 11:20:18 +00:00
dllist_001.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_002.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_003.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_004.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_005.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_006.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_007.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
dllist_008.phpt MFH: First part of count/handlers related fixes 2008-07-06 23:45:56 +00:00
dllist_010.phpt MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end 2009-06-17 13:27:09 +00:00
dllist_011.phpt MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end 2009-06-17 13:27:09 +00:00
dllist_012.phpt - Fixed tests 2010-04-03 15:42:42 +00:00
dllist_memleak.phpt MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end 2009-06-17 13:27:09 +00:00
fileobject_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
fileobject_001a.txt - Change FileObject's line counting to be zero based 2005-05-03 21:11:26 +00:00
fileobject_001b.txt - Change FileObject's line counting to be zero based 2005-05-03 21:11:26 +00:00
fileobject_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
fileobject_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
fileobject_004.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
fileobject_005.phpt - Added missing void arg checks 2010-11-14 18:40:08 +00:00
fileobject_checktype_basic.phpt Add tests from testfest 2008-06-12 20:46:12 +00:00
fileobject_getbasename_basic.phpt Add tests from testfest 2008-06-12 20:46:12 +00:00
fileobject_getcurrentline_basic.phpt Add tests from testfest 2008-06-12 20:46:12 +00:00
fileobject_getfileinfo_basic.phpt MFH: - Fix filename in debug_info 2008-07-08 22:40:48 +00:00
fileobject_getmaxlinelen_basic.phpt Add tests from testfest 2008-06-12 20:46:12 +00:00
fileobject_getsize_basic.phpt MFH 2008-07-02 12:25:15 +00:00
fileobject_setmaxlinelen_basic.phpt Add tests from testfest 2008-06-12 20:46:12 +00:00
fixedarray_001.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_002.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_003.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_004.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_005.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_006.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_007.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_008.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_009.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_010.phpt improve code coverage 2008-07-13 19:47:52 +00:00
fixedarray_011.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_012.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_013.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_014.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_015.phpt MFH: Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:40 +00:00
fixedarray_016.phpt MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:52 +00:00
fixedarray_017.phpt MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:52 +00:00
fixedarray_018.phpt MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:52 +00:00
fixedarray_019.phpt MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:52 +00:00
fixedarray_020.phpt MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:52 +00:00
fixedarray_021.phpt MFH: Increase coverage a bit 2008-07-28 14:24:45 +00:00
heap_001.phpt MFH: Fix clone + add tests 2008-08-03 19:07:31 +00:00
heap_002.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
heap_003.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
heap_004.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
heap_005.phpt Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in different keys) 2012-05-23 20:42:06 +08:00
heap_006.phpt Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in different keys) 2012-05-23 20:42:06 +08:00
heap_007.phpt - MFH 2008-11-22 14:19:47 +00:00
heap_008.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
heap_009.phpt remove the skipif 2008-05-25 12:13:41 +00:00
heap_010.phpt MFH: First part of count/handlers related fixes 2008-07-06 23:45:56 +00:00
heap_011.phpt MFH: Fix clone + add tests 2008-08-03 19:07:31 +00:00
heap_012.phpt - Fixed tests 2010-04-03 15:42:42 +00:00
heap_corruption.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
heap_current_variation_001.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
heap_isempty_variation_001.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
heap_it_current_empty.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
heap_top_variation_001.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
heap_top_variation_002.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
heap_top_variation_003.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
iterator_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_010.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_012.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_013.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_014.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_015.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_016.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_017.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_018.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_019.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_020.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_021.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_022.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_023.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_024.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_025.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_026.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_027.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_028.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_029.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_030.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_031.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_032.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_033.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_034.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_035.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
iterator_036.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_037.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_038.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_039.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_040.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_041.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_041a.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_041b.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_042.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_043.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_044.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_045.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_046.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_047.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_048.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_049.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_049b.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_050.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_051.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_052.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_053.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_054.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_055.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_056.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_057.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_058.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_059.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_060.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_061.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_062.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_063.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_064.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_065.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_066.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_067.phpt MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
iterator_068.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_069.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
iterator_070.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
iterator_071.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
iterator_count.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
iterator_to_array.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
limititerator_seek.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
multiple_iterator_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
observer_007.phpt MFH: Fix #47045 (Correctly compare splobjectstorages with ==) 2009-01-14 15:53:03 +00:00
observer_008.phpt MFH: Add tests for addAll/RemoveAll 2009-01-17 01:30:52 +00:00
observer_009.phpt MFH: Add test covering for #47671 2009-03-19 02:47:00 +00:00
pqueue_001.phpt Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in different keys) 2012-05-23 20:42:06 +08:00
pqueue_002.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
pqueue_003.phpt - MFH 2008-11-22 14:19:47 +00:00
pqueue_004.phpt Drop SKIPIF check for ext/spl. 2008-05-24 14:10:44 +00:00
pqueue_compare_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
pqueue_compare_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
pqueue_current_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursive_tree_iterator_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_setprefixpart.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveIteratorIterator_beginchildren_error.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
recursiveiteratoriterator_beginiteration_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveIteratorIterator_callHasChildren_error.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
recursiveIteratorIterator_endchildren_error.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
recursiveiteratoriterator_enditeration_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveiteratoriterator_getsubiterator_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveiteratoriterator_getsubiterator_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveiteratoriterator_getsubiterator_variation_002.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveiteratoriterator_getsubiterator_variation_003.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveiteratoriterator_getsubiterator_variation.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveiteratoriterator_nextelement_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
recursiveIteratorIterator_nextelement_error.phpt Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
regexIterator_flags_basic.phpt MFH: Drop SKIPIF check for ext/spl. 2008-05-24 14:17:55 +00:00
regexiterator_getpregflags.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
regexIterator_mode_basic.phpt MFH: Drop SKIPIF check for ext/spl. 2008-05-24 14:17:55 +00:00
regexiterator_setflags_exception.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
regexIterator_setMode_error.phpt MFH: Drop SKIPIF check for ext/spl. 2008-05-24 14:17:55 +00:00
regexiterator_setpregflags_exception.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
regexiterator_setpregflags.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_010.phpt MFH: Add a prepend param to spl_autoload_register 2008-05-25 12:22:38 +00:00
spl_autoload_011.phpt MFH: Add a prepend param to spl_autoload_register 2008-05-25 12:22:38 +00:00
spl_autoload_012.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_013.phpt MFH: spl_autoload_unregister/spl_autoload_functions and closures 2009-06-30 17:14:37 +00:00
spl_autoload_014.phpt MFH: spl_autoload_unregister/spl_autoload_functions and closures 2009-06-30 17:14:37 +00:00
spl_autoload_bug48541.phpt MFH: spl_autoload_unregister/spl_autoload_functions and closures 2009-06-30 17:14:37 +00:00
spl_autoload_call_basic.phpt Added tests contributions on spl_autoload and stream_context_set_option() 2011-12-09 11:23:19 +00:00
spl_caching_iterator_constructor_flags.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_cachingiterator___toString_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_cachingiterator_setFlags_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_classes.phpt - fix tests 2009-04-26 23:58:44 +00:00
spl_fileinfo_getlinktarget_basic.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_heap_count_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_count_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_extract_parameter_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_insert_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_is_empty_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_isempty.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_iteration_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_heap_recoverfromcorruption_arguments.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_apply_error_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_iterator_apply_error.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_iterator_caching_count_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_caching_count_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_caching_getcache_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_getcallchildren.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_iterator_constructor.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_recursive_getiterator_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_to_array_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_iterator_to_array_error.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_limit_iterator_check_limits.phpt Corrected typo in LimitIterator offset exception. Fixes #51119 2010-02-22 23:55:30 +00:00
spl_maxheap_compare_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_minheap_compare_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_pq_top_basic.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_pq_top_error_args.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_pq_top_error_corrupt.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_pq_top_error_empty.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_priorityqeue_insert_two_params_error.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_recursive_iterator_iterator_key_case.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
SplArray_fromArray.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_bottom_pass_array.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_bottom_pass_float.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_bottom_pass_integer.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_bottom_pass_null.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_count.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_current_empty.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_current.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_debug-info.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_getIteratorMode_error.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_getIteratorMode.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_isEmpty_empty.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_isEmpty_not-empty.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_lifoMode.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetExists_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetExists_success.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetGet_empty.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetGet_missing_param.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetGet_param_array.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetGet_param_string.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetSet_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublylinkedlist_offsetunset_first002.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublylinkedlist_offsetunset_first.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublylinkedlist_offsetunset_last.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetUnset_negative-parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_pop_noParams.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_pop_params.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_push_missing_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
splDoublyLinkedList_shift_noParams.phpt More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
SplDoublyLinkedList_top_pass_array.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_top_pass_float.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_top_pass_integer.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_top_pass_null.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplDoublyLinkedList_unshift_missing_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFileInfo_001.phpt - Fixed memory leak when calling SplFileInfo's constructor twice 2012-03-11 15:42:57 +00:00
SplFileInfo_getExtension_basic.phpt MFH - Added SplFileInfo::getExtension() (FR #48767) 2011-02-11 22:07:22 +00:00
SplFileInfo_getGroup_basic.phpt Fix cleanup routines 2011-09-07 12:05:19 +00:00
SplFileInfo_getGroup_error.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
SplFileInfo_getInode_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
SplFileInfo_getInode_error.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
SplFileInfo_getOwner_basic.phpt Fix cleanup routines 2011-09-07 12:05:19 +00:00
SplFileInfo_getOwner_error.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
SplFileInfo_getPerms_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
SplFileInfo_getPerms_error.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
SplFileObject_fflush_basic_001.phpt Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails 2012-04-19 11:33:12 +02:00
SplFileObject_fgetcsv_basic.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_delimiter_basic.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_delimiter_error.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_enclosure_basic.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_enclosure_error.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_escape_basic.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_escape_default.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fgetcsv_escape_error.phpt SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
SplFileObject_fpassthru_basic.phpt Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFileObject_fscanf_basic.phpt Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFileObject_fseek_error_001.phpt Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFileObject_ftruncate_error_001.phpt Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails 2012-04-19 11:33:12 +02:00
SplFileObject_fwrite_error_001.phpt Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFileObject_fwrite_variation_001.phpt moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests 2010-12-12 07:24:51 +00:00
SplFileObject_fwrite_variation_002.phpt moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests 2010-12-12 07:24:51 +00:00
SplFileObject_fwrite_variation_003.phpt moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests 2010-12-12 07:24:51 +00:00
SplFileObject_getCsvControl_basic_001.phpt Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFileObject_seek_error_001.phpt Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFileObject_testinput.csv Commiting testfest tests from tek 2009-06-03 12:30:40 +00:00
SplFixedArray__construct_param_array.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray__construct_param_float.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray__construct_param_null.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray__construct_param_string.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_construct_param_SplFixedArray.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_count_checkParams.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_count_param_int.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_current_param.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_fromarray_indexes.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_fromArray_invalid_parameter_001.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_fromArray_invalid_parameter_002.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_fromarray_non_indexes.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_fromarray_param_boolean.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_fromarray_param_multiarray.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_getSize_pass_param.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_key_param.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_key_setsize.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_next_param.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_offsetExists_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
splfixedarray_offsetExists_larger.phpt More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
SplFixedArray_offsetExists_less_than_zero.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_offsetGet_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_offsetSet_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_offsetSet_one_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_offsetUnset_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_offsetUnset_string.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_rewind_param.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setsize_001.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setSize_filled_to_smaller.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setsize_grow.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setSize_param_array.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setSize_param_float.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setSize_param_null.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setSize_reduce.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_setsize_shrink.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplFixedArray_toArray_with-params.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplHeap_count_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplHeap_extract_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplHeap_insert_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplHeap_isEmpty_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplHeap_isEmpty.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_addAll_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_attach_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_contains_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_current_empty_storage.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_detach_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_getInfo_empty_storage.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_offsetGet_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_offsetGet_missing_object.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_offsetGet.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_removeAll_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_removeAllExcept_basic.phpt Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland) 2011-01-05 15:01:18 +00:00
SplObjectStorage_removeAllExcept_invalid_parameter.phpt Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland) 2011-01-05 15:01:18 +00:00
SplObjectStorage_setInfo_empty_storage.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_setInfo_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_unserialize_bad.phpt fix SplObjectStorage unserialization (CVE-2010-2225) 2010-06-29 00:58:31 +00:00
SplObjectStorage_unserialize_invalid_parameter1.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_unserialize_invalid_parameter2.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_unserialize_invalid_parameter3.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplObjectStorage_unserialize_nested.phpt fix SplObjectStorage unserialization (CVE-2010-2225) 2010-06-29 00:58:31 +00:00
SplObjectStorage_var_dump.phpt - Fixed tests 2010-04-03 15:42:42 +00:00
SplPriorityQueue_extract_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
splpriorityqueue_extract.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
SplPriorityQueue_insert_invalid_parameter.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
splpriorityqueue_setextractflags.phpt - New tests (testfet LondonUG) 2009-05-17 15:24:08 +00:00
SplQueue_setIteratorMode_param_lifo.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplQueue_setIteratorMode.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplStack_setIteratorMode.phpt - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
SplTempFileObject_constructor_basic.phpt Merged SplTempFileObject tests from trunk 2010-06-15 11:20:21 +00:00
SplTempFileObject_constructor_error.phpt Merged SplTempFileObject tests from trunk 2010-06-15 11:20:21 +00:00
SplTempFileObject_constructor_maxmemory_basic.phpt Merged SplTempFileObject tests from trunk 2010-06-15 11:20:21 +00:00
SplTempFileObject_constructor_memory_lt1_variation.phpt Merged SplTempFileObject tests from trunk 2010-06-15 11:20:21 +00:00
testclass - Add new functions 2005-03-02 01:14:41 +00:00
testclass.class.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
testclass.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
testclass.php.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00