php-src/ext/standard/tests/array
Ilia Alshanetsky d6b3b73490 Fixed tests
2006-11-07 20:24:38 +00:00
..
001.phpt - Remove unused blocks 2004-05-19 08:56:50 +00:00
002.phpt
003.phpt
004.phpt
005.phpt
006.phpt
007.phpt fix tests 2006-06-01 13:17:36 +00:00
008.phpt
array_change_key_case.phpt
array_chunk2.phpt add new tests by Ligaya Turmelle 2006-05-19 07:44:24 +00:00
array_chunk.phpt
array_combine.phpt - MFH Add more tests from Ligaya Turmelle 2006-05-23 23:47:44 +00:00
array_count_values2.phpt add new tests by Ligaya Turmelle 2006-05-19 07:44:24 +00:00
array_count_values.phpt
array_diff_1.phpt
array_diff_assoc.phpt - MFH Add more tests from Ligaya Turmelle 2006-05-23 23:47:44 +00:00
array_diff_key2.phpt add new tests by Ligaya Turmelle 2006-05-19 07:44:24 +00:00
array_diff_key.phpt Fixed tests 2006-11-07 20:24:38 +00:00
array_fill_keys.phpt - MFH array_fill_keys, better unicode support, use new param parsing API 2006-07-15 12:14:07 +00:00
array_fill.phpt add new tests by Ligaya Turmelle 2006-07-11 21:28:38 +00:00
array_filter.phpt add new tests by Ligaya Turmelle 2006-07-11 21:28:38 +00:00
array_flip.phpt add new tests by Ligaya Turmelle 2006-07-11 21:28:38 +00:00
array_intersect_1.phpt fix tests 2006-06-01 13:17:36 +00:00
array_intersect_key.phpt Fixed tests 2006-11-07 20:24:38 +00:00
array_search1.phpt add new tests 2006-09-07 11:48:30 +00:00
array_search.phpt
array_sum.phpt "64M should be enough for everyone." -- Jani, 2005 :) 2005-06-22 12:54:04 +00:00
array_walk_objects.phpt argh.. nuke UEXPECTF 2006-09-19 09:40:00 +00:00
array_walk_rec_objects.phpt argh.. nuke UEXPECTF 2006-09-19 09:40:00 +00:00
array_walk_recursive1.phpt support objects in array_walk*() 2006-09-19 09:35:27 +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
array_walk.phpt support objects in array_walk*() 2006-09-19 09:35:27 +00:00
bug12776.phpt
bug14580.phpt
bug20381.phpt
bug20865.phpt
bug21182.phpt
bug21918.phpt
bug21998.phpt
bug22088.phpt
bug22463.phpt
bug23581.phpt
bug23788.phpt
bug24198.phpt
bug24220.phpt
bug24766.phpt
bug24897.phpt
bug24980.phpt
bug25359.phpt Added test for bug #25359 2005-07-30 13:37:57 +00:00
bug25708.phpt
bug25758.phpt
bug26458.phpt
bug28739.phpt fixing bug #28739 2004-07-11 19:20:05 +00:00
bug28974.phpt fixing bug #28974 : overflow in array_slice() 2004-07-11 21:15:04 +00:00
bug29253.phpt no DOS EOLs! 2005-08-11 23:53:59 +00:00
bug29493.phpt - Add testcases for bug #29493 and #31213. 2005-01-02 06:51:03 +00:00
bug30266.phpt - Check another incarnation of bug #30266 2005-03-19 14:24:17 +00:00
bug30833.phpt fix test name 2006-09-28 22:02:04 +00:00
bug31158.phpt Fixed bug #31158 (array_splice on $GLOBALS crashes) 2005-07-04 10:01:10 +00:00
bug31213.phpt - It is nice to close the script with ?>.. 2005-06-07 21:39:54 +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 - Fixed test 2005-08-11 23:51:35 +00:00
bug33989.phpt Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP) 2005-08-04 10:34:39 +00:00
bug34066_1.phpt MFH: fix #34066 (recursive array_walk causes segfault) 2006-09-19 09:04:16 +00:00
bug34066.phpt fix test 2006-09-19 12:25:27 +00:00
bug34227.phpt MFH 2005-09-01 13:03:00 +00:00
bug34982.phpt Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope) 2005-10-28 10:06:43 +00:00
bug35014_64bit.phpt fix test 2005-12-16 15:52:09 +00:00
bug35014.phpt fix test 2005-12-16 15:52:09 +00:00
bug35022.phpt Fixed bug #35022, #35019 (Regression in the behavior of key/current 2005-10-30 18:03:30 +00:00
bug35821.phpt fix #35821 (array_map() segfaults when exception is throwed from the callback) 2005-12-27 22:32:01 +00:00
bug38464.phpt Fixed bug #38464 (array_count_values() mishandles numeric strings). 2006-09-06 17:25:57 +00:00
count_recursive.phpt
data.inc
locale_sort.phpt Added SKIPIF 2005-03-22 16:03:10 +00:00
max.phpt add new tests 2006-09-07 11:48:30 +00:00
min.phpt add new tests 2006-09-07 11:48:30 +00:00
range.phpt
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 - Fixed bug #29361 (var_export() producing invalid code). (Derick) 2005-10-17 14:38:12 +00:00
var_export.phpt - Fixed bug #29361 (var_export() producing invalid code). (Derick) 2005-10-17 14:38:12 +00:00