php-src/ext/spl/tests
2005-04-06 15:16:45 +00:00
..
.htaccess Add spl extension 2003-05-01 23:28:28 +00:00
array_001.phpt Update error messages in tests 2004-04-13 19:08:54 +00:00
array_002.phpt New tests (and ordering of tests) 2004-04-13 19:06:39 +00:00
array_003.phpt Fix several issues 2004-04-25 11:14:11 +00:00
array_004.phpt Fix test 2004-04-27 15:48:20 +00:00
array_005.phpt New tests (and ordering of tests) 2004-04-13 19:06:39 +00:00
array_006.phpt Fix several issues 2004-04-25 11:14:11 +00:00
array_007.phpt Fix several issues 2004-04-25 11:14:11 +00:00
array_008.phpt Fix several issues 2004-04-25 11:14:11 +00:00
array_009.phpt - Add missing --SKIPIF-- 2004-09-29 20:10:12 +00:00
array_010.phpt - Add missing --SKIPIF-- 2004-09-29 20:10:12 +00:00
array_011.phpt Fix several issues 2004-04-25 11:14:11 +00:00
array_012.phpt - Remove unused variable 2004-04-29 07:22:02 +00:00
array_013.phpt - ArrayObject::append() must not be called when it refers to an object 2004-04-29 22:25:45 +00:00
array_014.phpt - Negative seeking is not supported 2005-03-05 11:35:13 +00:00
array_015.phpt - Unify 2005-01-27 00:26:13 +00:00
array_016.phpt - Rename test 14 to 16 (which is a new one) and MFB 14 again 2005-03-03 10:48:02 +00:00
bug28822.phpt - Unify 2005-01-24 21:28:56 +00:00
bug31185.phpt - Update test 2005-03-19 15:15:32 +00:00
bug31346.phpt - Bugfix #31346 2005-01-24 21:27:36 +00:00
bug31348.phpt - Add new test 2005-01-24 20:22:56 +00:00
bug31926.phpt - Add new test 2005-02-12 18:40:19 +00:00
bug32134.phpt - Fix bug #32134 2005-03-03 10:35:34 +00:00
bug32394.phpt - Fix Bug #32394 offsetUnset() segfaults in a foreach 2005-03-21 20:07:33 +00:00
dit_001.phpt - Fix tests (atm preg_match() is wrong) 2004-09-29 20:09:52 +00:00
iterator_001.phpt - Minor fixes 2004-11-01 00:26:59 +00:00
iterator_002.phpt - Add missing --SKIPIF-- 2004-09-29 20:10:12 +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 - Implement classes IteratorIterator and NoRewindIterator in C 2004-10-31 18:43:00 +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 - Minor fixes 2004-11-01 00:26:59 +00:00
iterator_011.phpt - Add missing '?>' 2005-02-07 16:27:41 +00:00
iterator_012.phpt - Minor fixes 2004-11-01 00:26:59 +00:00
iterator_013.phpt - Minor fixes 2004-11-01 00:26:59 +00:00
iterator_014.phpt - Add RecursiveIteratorIterator::beginChildren(), endChildren() 2004-11-01 22:54:12 +00:00
iterator_015.phpt - Add new test 2004-11-04 22:07:18 +00:00
iterator_016.phpt - Add new tests 2004-11-10 19:22:26 +00:00
iterator_017.phpt - Move tests to proper location now that the tested classes are hardcoded 2005-01-27 00:34:13 +00:00
iterator_018.phpt - Move tests to proper location now that the tested classes are hardcoded 2005-01-27 00:34:13 +00:00
iterator_019.phpt - Move tests to proper location now that the tested classes are hardcoded 2005-01-27 00:34:13 +00:00
iterator_020.phpt - Move tests to proper location now that the tested classes are hardcoded 2005-01-27 00:34:13 +00:00
iterator_021.phpt - Allow to hook into RecursiveIteratorIterator's child handling 2005-03-12 23:03:33 +00:00
iterator_022.phpt - Allow to hook into RecursiveIteratorIterator's child handling 2005-03-12 23:03:33 +00:00
observer_001.phpt - Initial Observer implementation 2005-02-08 20:42:48 +00:00
spl_001.phpt - Added iterator_to_array() and iterator_count() 2004-10-07 23:08:19 +00:00
spl_002.phpt - Add interface Countable (PECL #30113) 2004-11-01 10:45:54 +00:00
spl_003.phpt - Make class_parentS() and class_implements() accepts class names as well 2005-04-06 15:16:45 +00:00
spl_autoload_001.phpt - Finish work on spl_autoload*() 2005-03-03 00:20:57 +00:00
spl_autoload_002.phpt - Finish work on spl_autoload*() 2005-03-03 00:20:57 +00:00
spl_autoload_003.phpt - Add new test 2005-04-05 09:23:14 +00:00
sxe_001.phpt Add class SimpleXMLIterator 2004-01-18 15:33:38 +00:00
sxe_002.phpt Add class SimpleXMLIterator 2004-01-18 15:33:38 +00:00
sxe_003.phpt Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +00:00
sxe_004.phpt - Add new tests 2004-11-10 19:22:26 +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