php-src/ext/spl/tests
2008-05-16 13:22:02 +00:00
..
.htaccess
array_001.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_002.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_003.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_004.phpt - Remove wrong inline usage (and fix bug #35796) 2005-12-25 16:03:38 +00:00
array_005.phpt New tests (and ordering of tests) 2004-04-13 19:06:39 +00:00
array_006.phpt - Remove wrong inline usage (and fix bug #35796) 2005-12-25 16:03:38 +00:00
array_007.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_008.phpt - Remove wrong inline usage (and fix bug #35796) 2005-12-25 16:03:38 +00:00
array_009.phpt - Move RecursiveArrayIterator into .c 2005-09-18 11:34:36 +00:00
array_009a.phpt - Move RecursiveArrayIterator into .c 2005-09-18 11:34:36 +00:00
array_010.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
array_011.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
array_012.phpt - Remove unused variable 2004-04-29 07:22:02 +00:00
array_013.phpt - Add E_RECOVERABLE. 2005-09-15 16:19:48 +00:00
array_014.phpt - Negative seeking is not supported 2005-03-05 11:35:13 +00:00
array_015.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_016.phpt fix spelling 2005-12-18 20:57:06 +00:00
array_017.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_018.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_019.phpt - Synch c-level iterator and iterator methods 2006-02-06 00:58:11 +00:00
array_020.phpt - Synch c-level iterator and iterator methods 2006-02-06 00:58:11 +00:00
array_021.phpt Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
array_022.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
array_023.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
bug28822.phpt - Unify 2005-01-24 21:28:56 +00:00
bug31185.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
bug31346.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
bug31348.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
bug31926.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
bug32134.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
bug32394.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
bug33136.phpt Fixed test 2007-07-10 10:16:14 +00:00
bug34548.phpt - My eyes hurt 2006-03-23 21:26:50 +00:00
bug36258.phpt - A few unicode fixes and tidying 2007-01-19 00:36:11 +00:00
bug36287.phpt fix test names 2007-05-07 17:23:53 +00:00
bug36825.phpt add missing skipif sections 2006-03-23 15:05:02 +00:00
bug36941.phpt Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
bug37457.phpt Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
bug38325.phpt Fix tests (new error message) 2008-02-04 15:22:08 +00:00
bug38618.phpt Sync spl tests with 5.3 2008-05-08 12:03:18 +00:00
bug40036.phpt - MFH (Ilia's changes) 2007-01-09 18:38:38 +00:00
bug40091.phpt Fix #44144 (object methods as spl autoload functions returned correctly) 2008-02-29 13:48:09 +00:00
bug40442.phpt - MFB Add tests 2007-11-06 15:29:32 +00:00
bug40872.phpt add missing skipifs 2007-07-16 13:46:38 +00:00
bug41528.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
bug41691.phpt fix #41691 (ArrayObject::exchangeArray hangs Apache) 2007-07-20 10:53:45 +00:00
bug41692.phpt add missing skipifs 2007-07-16 13:46:38 +00:00
bug41828.phpt Fix bug #41828 (Fix crash on wrong instantiation) 2008-03-12 13:35:04 +00:00
bug42259.phpt - Fixed skipif block 2007-09-20 14:27:58 +00:00
bug42364.phpt - Fixed Bug #42364 Crash when using getRealPath with DirectoryIterator 2007-08-21 22:43:38 +00:00
bug42654.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
bug42703.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
dit_001.phpt - Fix test 2008-02-04 16:12:47 +00:00
dit_002.phpt - Make this behave like in <= 5.2.5 and test for it 2008-02-13 12:01:16 +00:00
dit_003.phpt - Fix possible memory corruption 2008-03-13 19:45:22 +00:00
dit_004.phpt Fix FilesystemIterator with ./.. 2008-05-16 13:22:02 +00:00
dit_005.phpt Fix FilesystemIterator with ./.. 2008-05-16 13:22:02 +00:00
dllist_001.phpt Fixed tests (new error message - E_DEPRECATED) 2008-02-23 21:51:37 +00:00
dllist_002.phpt Implement splDoublyLinkedList, splQueue, splStack classes in SPL 2008-01-15 09:37:50 +00:00
dllist_003.phpt -Pointer doesn't move if we're moving forward and shifting at the same time 2008-01-27 13:54:32 +00:00
dllist_004.phpt Fixed tests (new error message - E_DEPRECATED) 2008-02-23 21:51:37 +00:00
dllist_005.phpt Fixed tests (new error message - E_DEPRECATED) 2008-02-23 21:51:37 +00:00
dllist_006.phpt Fix mem errors 2008-01-20 12:51:33 +00:00
dllist_007.phpt Iterator implementation for SplDoublyLinkedList, SplStack, SplQueue 2008-01-26 18:06:51 +00:00
fileobject_001.phpt - Different results in unicode now 2007-01-17 22:49:39 +00: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 - Different results in unicode now 2007-01-17 22:49:39 +00:00
fileobject_003.phpt - Mode debug info 2007-01-20 16:19:20 +00:00
heap_001.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_002.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_003.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_004.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_005.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_006.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_007.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
heap_008.phpt Fix tests in non-unicode mode 2008-02-29 13:45:19 +00:00
iterator_001.phpt - Minor fixes 2004-11-01 00:26:59 +00:00
iterator_002.phpt - Rename Observer to SplObserver 2005-09-15 03:31:37 +00:00
iterator_003.phpt - DOS 2 UNIX 2004-04-28 19:58:47 +00:00
iterator_004.phpt - DOS 2 UNIX 2004-04-28 19:58:47 +00:00
iterator_005.phpt - Implement classes IteratorIterator and NoRewindIterator in C 2004-10-31 18:43:00 +00:00
iterator_006.phpt fix spl tests 2006-09-19 12:01:18 +00:00
iterator_007.phpt - Minor fixes 2004-11-01 00:26:59 +00:00
iterator_008.phpt - Implement InfiniteIterator in C 2004-10-31 19:49:18 +00:00
iterator_009.phpt - Implement EmptyIterator in C 2004-10-31 20:59:39 +00:00
iterator_010.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_011.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_012.phpt fix typos 2006-03-23 14:55:48 +00:00
iterator_013.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_014.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_015.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_016.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_017.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_018.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_019.phpt fix typos 2006-03-23 14:55:48 +00:00
iterator_020.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_021.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_022.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_023.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_024.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_025.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_026.phpt apply corrected fix 2007-06-27 12:38:20 +00:00
iterator_027.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_028.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
iterator_029.phpt - Update tests 2006-07-21 20:11:24 +00:00
iterator_030.phpt - Fix SEGV with AppendIterator when base class constructor was not called 2006-03-03 21:35:16 +00:00
iterator_031.phpt - Fix SEGV with AppendIterator when base class constructor was not called 2006-03-03 21:35:16 +00:00
iterator_032.phpt - Test addition 2006-03-03 22:58:13 +00:00
iterator_033.phpt - Add new test 2006-03-03 23:35:06 +00:00
iterator_034.phpt - Unicode... 2006-03-03 23:51:40 +00:00
iterator_035.phpt Fixed tests 2007-01-10 16:00:57 +00:00
iterator_036.phpt - Fixed CachingIterator issues with string conversion/__toString() 2006-05-18 21:41:37 +00:00
iterator_037.phpt - Fixed CachingIterator issues with string conversion/__toString() 2006-05-18 21:41:37 +00:00
iterator_038.phpt - Add new test 2006-05-18 21:56:57 +00:00
iterator_039.phpt - Add new test 2006-05-18 22:41:14 +00:00
iterator_040.phpt - Add new test 2006-05-18 22:51:23 +00:00
iterator_041.phpt - Split up the test in different problem categories 2006-05-20 20:38:28 +00:00
iterator_041a.phpt - Split up the test in different problem categories 2006-05-20 20:38:28 +00:00
iterator_041b.phpt Minor fixes (bjori) 2006-05-30 19:05:21 +00:00
iterator_042.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_043.phpt - Make code exception safe 2006-05-21 17:27:12 +00:00
iterator_044.phpt Fixed test 2007-04-18 08:34:58 +00:00
iterator_045.phpt - Make code exception safe 2006-05-21 17:27:12 +00:00
iterator_046.phpt - Make code exception safe 2006-05-21 17:27:12 +00:00
iterator_047.phpt apply corrected fix 2007-06-27 12:38:20 +00:00
iterator_048.phpt - Correct test name 2006-07-16 17:33:46 +00:00
iterator_049.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_049b.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_050.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_051.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_052.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_053.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_054.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
iterator_055.phpt - Make use of get_debug_info() handler in ArrayObject/Iterator 2007-01-20 14:03:59 +00:00
observer_001.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
observer_002.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
observer_003.phpt - Support members in SplObjectStorage serialization / shorter serialization 2006-12-18 22:32:10 +00:00
observer_004.phpt - Add second parameter to SplObjectStorage::attach() 2008-01-27 18:04:54 +00:00
observer_005.phpt - Add second parameter to SplObjectStorage::attach() 2008-01-27 18:04:54 +00:00
observer_006.phpt - Test went to 5.2... somehow.... very strange 2008-01-27 18:19:45 +00:00
pqueue_001.phpt Implement SplPriorityQueue::getExtractFlags() 2008-05-15 17:05:20 +00:00
pqueue_002.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
pqueue_003.phpt SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
pqueue_004.phpt Fix tests in non-unicode mode 2008-02-29 13:45:19 +00:00
spl_001.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
spl_002.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
spl_003.phpt - One skipif section is enough 2006-03-04 16:40:54 +00:00
spl_004.phpt Fix tests (new error message) 2008-02-04 14:02:01 +00:00
spl_005.phpt - Add spl_object_hash() 2006-07-09 10:22:03 +00:00
spl_006.phpt - Add new test 2006-11-20 19:55:54 +00:00
spl_007.phpt - Add new test 2007-04-30 19:52:04 +00:00
spl_autoload_001.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
spl_autoload_002.phpt - Fix test name 2006-12-20 22:08:35 +00:00
spl_autoload_003.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
spl_autoload_004.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
spl_autoload_005.phpt Fix tests (new error message) 2008-02-04 14:02:01 +00:00
spl_autoload_006.phpt - Add missing skipif 2005-12-21 22:21:54 +00:00
spl_autoload_007.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
spl_autoload_008.phpt - Fix ArrayObject serializing 2008-02-04 16:47:06 +00:00
spl_autoload_009.phpt - Fixed Bug #39313 spl_autoload triggers Fatal error 2006-10-31 23:18:00 +00:00
sxe_001.phpt fix spl tests 2006-09-19 12:01:18 +00:00
sxe_002.phpt fix spl tests 2006-09-19 12:01:18 +00:00
sxe_003.phpt fix spl tests 2006-09-19 12:01:18 +00:00
sxe_004.phpt fix spl tests 2006-09-19 12:01:18 +00:00
sxe_005.phpt fix spl tests 2006-09-19 12:01:18 +00:00
testclass - Add new functions 2005-03-02 01:14:41 +00:00
testclass.class.inc - Add new functions 2005-03-02 01:14:41 +00:00
testclass.inc - Add new functions 2005-03-02 01:14:41 +00:00
testclass.php.inc - Add new functions 2005-03-02 01:14:41 +00:00