php-src/ext/standard/tests/array
Antony Dovgal 3a46e8ab1f fix tests
2007-05-07 22:30:16 +00:00
..
001.phpt
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-09 08:29:18 +00:00
array_fill_keys.phpt fix tests 2007-05-07 22:30:16 +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, improve existing ones 2006-11-15 22:44:29 +00:00
array_intersect_1.phpt fix tests 2006-06-01 13:17:36 +00:00
array_intersect_key.phpt Fixed tests 2006-11-09 08:29:18 +00:00
array_key_exists.phpt add new tests, improve existing ones 2006-11-15 22:44:29 +00:00
array_pad.phpt add new tests, improve existing ones 2006-11-15 22:44:29 +00:00
array_rand.phpt add new tests, improve existing ones 2006-11-15 22:44:29 +00:00
array_search1.phpt add new tests 2006-09-07 11:48:30 +00:00
array_search.phpt
array_sum.phpt fix tests 2007-04-26 23:30:00 +00:00
array_unshift.phpt add new tests, improve existing ones 2006-11-15 22:44:29 +00:00
array_user_key_compare.phpt add test 2007-03-16 19:55:21 +00:00
array_values.phpt add new tests, improve existing ones 2006-11-15 22:44:29 +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
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
bug28974.phpt fix test names 2007-05-07 18:03:01 +00:00
bug29253.phpt fix test names 2007-05-07 18:03:01 +00:00
bug29493.phpt
bug30074.phpt Fixed bug #30074 2006-12-17 20:09:48 +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 cosmetic improvements 2006-12-05 23:03:19 +00:00
bug33940.phpt fix test names 2007-05-07 18:03:01 +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 fix test names 2007-05-07 18:03:01 +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
bug36975.phpt cosmetic improvements 2006-12-05 23:03:19 +00:00
bug38464.phpt Fixed bug #38464 (array_count_values() mishandles numeric strings). 2006-09-06 17:25:57 +00:00
bug39576.phpt MFH: fix #39576 (array_walk() doesn't separate userdata zval) 2006-11-22 10:42:41 +00:00
bug40191.phpt MFH 2007-01-22 08:21:57 +00:00
bug40709.phpt Fixed bug #40709 (array_reduce() behaves strange with one item stored 2007-03-04 17:21:16 +00:00
bug41121.phpt fix tests 2007-04-26 23:30:00 +00:00
compact.phpt add new tests, improve existing ones 2006-11-15 22:44:29 +00:00
count_recursive.phpt
data.inc
locale_sort.phpt Fix tests 2006-12-19 10:03:24 +00:00
max.phpt fix tests 2007-05-07 22:30:16 +00:00
min.phpt fix tests 2007-05-07 22:30:16 +00:00
range.phpt fix tests 2007-05-07 22:30:16 +00:00
var_export2.phpt
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