php-src/ext/standard/tests/array
2006-02-22 12:24:02 +00:00
..
001.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
002.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
003.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
004.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
005.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
006.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
007.phpt Fixed test file 2006-02-22 12:22:07 +00:00
008.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
array_change_key_case.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
array_chunk.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
array_count_values.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
array_diff_1.phpt Move the test to new file. 2003-09-30 15:22:33 +00:00
array_diff_key.phpt add array_: 2004-07-21 21:17:56 +00:00
array_intersect_1.phpt fixed test file 2006-02-22 12:24:02 +00:00
array_intersect_key.phpt add array_: 2004-07-21 21:17:56 +00:00
array_search.phpt Fixed paths in various tests. In certain conditions usage of partial file 2003-08-18 22:57:49 +00:00
array_sum.phpt "64M should be enough for everyone." -- Jani, 2005 :) 2005-06-22 12:54:04 +00:00
array_walk_recursive.phpt fix array_walk_recursive() so it doesn't reuse cached fci between calls 2004-12-03 17:43:23 +00:00
bug12776.phpt
bug14580.phpt fix the test 2003-07-24 10:37:57 +00:00
bug20381.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug20865.phpt
bug21182.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug21918.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug21998.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug22088.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug22463.phpt Added test case for bug #22463 2003-05-11 02:37:17 +00:00
bug23581.phpt Added a test case for bug #23581 2003-05-11 06:33:35 +00:00
bug23788.phpt Added regression test for bug #23788 2003-05-26 03:55:08 +00:00
bug24198.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug24220.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug24766.phpt Fixed bug #24766 (strange result array from unpack()) 2003-10-03 22:41:43 +00:00
bug24897.phpt Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort()) 2003-08-09 20:49:00 +00:00
bug24980.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug25359.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug25708.phpt Unicode support 2005-08-16 09:25:04 +00:00
bug25758.phpt Fixed bug #25758 (var_export does not escape ' & \ inside array keys) 2003-10-08 01:16:44 +00:00
bug26458.phpt Unicode support 2005-08-16 09:25:04 +00:00
bug28739.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug28974.phpt fixing bug #28974 : overflow in array_slice() 2004-07-11 21:15:04 +00:00
bug29253.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug29493.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug30266.phpt - Check another incarnation of bug #30266 2005-03-19 14:24:17 +00:00
bug30833.phpt fix test 2005-10-05 09:00:14 +00:00
bug31158.phpt Fixed bug #31158 (array_splice on $GLOBALS crashes) 2005-07-04 10:01:10 +00:00
bug31213.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug32021.phpt - Fixed bug #32021: Crash caused by range('', 'z') 2005-02-18 13:37:23 +00:00
bug33382.phpt add news entry and test for bug #33382 2005-06-17 10:53:15 +00:00
bug33940.phpt fix test 2005-08-11 23:50:04 +00:00
bug33989.phpt Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP) 2005-08-04 10:34:39 +00:00
bug34227.phpt MFH 2005-09-01 13:03:48 +00:00
bug34982.phpt Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope) 2005-10-28 10:06:53 +00:00
bug35014_64bit.phpt MF51: fix test, add new one 2005-12-16 15:52:54 +00:00
bug35014.phpt MF51: fix test, add new one 2005-12-16 15:52:54 +00:00
bug35022.phpt Fixed test 2005-12-07 14:32:42 +00:00
bug35821.phpt add test for #35821 2005-12-27 22:35:18 +00:00
count_recursive.phpt
data.inc
locale_sort.phpt fix tests 2006-01-06 21:21:09 +00:00
range.phpt Unicode support for range() 2005-08-17 15:12:03 +00:00
var_export2.phpt - MF43: Fixed bug #31072 (var_export() does not output an array element with an 2004-12-17 14:40:39 +00:00
var_export3.phpt - MF51: Fixed bug #29361 (var_export() producing invalid code). 2005-10-17 15:03:12 +00:00
var_export.phpt - MF51: Fixed bug #29361 (var_export() producing invalid code). 2005-10-17 15:03:12 +00:00