| .. |
|
001.phpt
|
- Remove unused blocks
|
22 years ago |
|
002.phpt
|
Fixed paths in various tests. In certain conditions usage of partial file
|
23 years ago |
|
003.phpt
|
Fixed paths in various tests. In certain conditions usage of partial file
|
23 years ago |
|
004.phpt
|
removed unused sections
|
24 years ago |
|
005.phpt
|
removed unused sections
|
24 years ago |
|
006.phpt
|
removed unused sections
|
24 years ago |
|
007.phpt
|
fix tests
|
20 years ago |
|
008.phpt
|
removed unused sections
|
24 years ago |
|
array_change_key_case.phpt
|
removed unused sections
|
24 years ago |
|
array_chunk.phpt
|
removed unused sections
|
24 years ago |
|
array_chunk2.phpt
|
add new tests by Ligaya Turmelle
|
20 years ago |
|
array_combine.phpt
|
- MFH Add more tests from Ligaya Turmelle
|
20 years ago |
|
array_count_values.phpt
|
removed unused sections
|
24 years ago |
|
array_count_values2.phpt
|
add new tests by Ligaya Turmelle
|
20 years ago |
|
array_diff_1.phpt
|
Move the test to new file.
|
23 years ago |
|
array_diff_assoc.phpt
|
- MFH Add more tests from Ligaya Turmelle
|
20 years ago |
|
array_diff_key.phpt
|
add array_:
|
22 years ago |
|
array_diff_key2.phpt
|
add new tests by Ligaya Turmelle
|
20 years ago |
|
array_intersect_1.phpt
|
fix tests
|
20 years ago |
|
array_intersect_key.phpt
|
add array_:
|
22 years ago |
|
array_search.phpt
|
Fixed paths in various tests. In certain conditions usage of partial file
|
23 years ago |
|
array_sum.phpt
|
"64M should be enough for everyone." -- Jani, 2005 :)
|
21 years ago |
|
array_walk_recursive.phpt
|
fix array_walk_recursive() so it doesn't reuse cached fci between calls
|
22 years ago |
|
bug12776.phpt
|
Added a test for bug #12776
|
24 years ago |
|
bug14580.phpt
|
fix the test
|
23 years ago |
|
bug20381.phpt
|
Added a test case for bug #20381
|
24 years ago |
|
bug20865.phpt
|
Added test case for bug #20865.
|
24 years ago |
|
bug21182.phpt
|
- Add test for bug #21182
|
24 years ago |
|
bug21918.phpt
|
Fix the test. (this was mixed test with bug #24159)
|
23 years ago |
|
bug21998.phpt
|
Correct description of the problem
|
23 years ago |
|
bug22088.phpt
|
fix the test
|
23 years ago |
|
bug22463.phpt
|
Added test case for bug #22463
|
23 years ago |
|
bug23581.phpt
|
Added a test case for bug #23581
|
23 years ago |
|
bug23788.phpt
|
Added regression test for bug #23788
|
23 years ago |
|
bug24198.phpt
|
Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive())
|
23 years ago |
|
bug24220.phpt
|
Added a test case for bug #24220
|
23 years ago |
|
bug24766.phpt
|
Fixed bug #24766 (strange result array from unpack())
|
23 years ago |
|
bug24897.phpt
|
Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort())
|
23 years ago |
|
bug24980.phpt
|
Added/improved tests for bugs 24142, 24063, 24951, 24980
|
23 years ago |
|
bug25359.phpt
|
Added test for bug #25359
|
21 years ago |
|
bug25708.phpt
|
Add a test case for bug #25708
|
23 years ago |
|
bug25758.phpt
|
Fixed bug #25758 (var_export does not escape ' & \ inside array keys)
|
23 years ago |
|
bug26458.phpt
|
Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary
|
23 years ago |
|
bug28739.phpt
|
fixing bug #28739
|
22 years ago |
|
bug28974.phpt
|
fixing bug #28974 : overflow in array_slice()
|
22 years ago |
|
bug29253.phpt
|
no DOS EOLs!
|
21 years ago |
|
bug29493.phpt
|
- Add testcases for bug #29493 and #31213.
|
21 years ago |
|
bug30266.phpt
|
- Check another incarnation of bug #30266
|
21 years ago |
|
bug30833.phpt
|
MFH: fix test
|
21 years ago |
|
bug31158.phpt
|
Fixed bug #31158 (array_splice on $GLOBALS crashes)
|
21 years ago |
|
bug31213.phpt
|
- It is nice to close the script with ?>..
|
21 years ago |
|
bug32021.phpt
|
- Fixed bug #32021: Crash caused by range('', 'z')
|
21 years ago |
|
bug33382.phpt
|
add news entry and test for bug #33382
|
21 years ago |
|
bug33940.phpt
|
- Fixed test
|
21 years ago |
|
bug33989.phpt
|
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
|
21 years ago |
|
bug34227.phpt
|
MFH
|
21 years ago |
|
bug34982.phpt
|
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
|
21 years ago |
|
bug35014.phpt
|
fix test
|
20 years ago |
|
bug35014_64bit.phpt
|
fix test
|
20 years ago |
|
bug35022.phpt
|
Fixed bug #35022, #35019 (Regression in the behavior of key/current
|
21 years ago |
|
bug35821.phpt
|
fix #35821 (array_map() segfaults when exception is throwed from the callback)
|
20 years ago |
|
count_recursive.phpt
|
removed unused sections
|
24 years ago |
|
data.inc
|
-Do not rely on a side effect of 32bit platforms (patch by Michael Mauch)
|
24 years ago |
|
locale_sort.phpt
|
Added SKIPIF
|
21 years ago |
|
range.phpt
|
When low & high are the same return an array containing the low value.
|
24 years ago |
|
var_export.phpt
|
- Fixed bug #29361 (var_export() producing invalid code). (Derick)
|
21 years ago |
|
var_export2.phpt
|
- MF43: Fixed bug #31072 (var_export() does not output an array element with an
|
22 years ago |
|
var_export3.phpt
|
- Fixed bug #29361 (var_export() producing invalid code). (Derick)
|
21 years ago |