Home
last modified time | relevance | path

Searched refs:arrays (Results 126 – 150 of 725) sorted by relevance

12345678910>>...29

/PHP-5.6/ext/standard/tests/array/
H A Dnatcasesort_variation2.phpt2 Test natcasesort() function : usage variations - Pass arrays of different data types
12 * Pass arrays of different data types to natcasesort() to test how they are sorted
37 // arrays of different data types to be passed to $array_arg argument
H A Duasort_variation4.phpt11 * sorting different types of numeric arrays containing data of following type:
36 echo "*** Testing uasort() : different numeric arrays as 'array_arg' ***\n";
71 *** Testing uasort() : different numeric arrays as 'array_arg' ***
H A Dasort_object2.phpt12 * testing asort() by providing integer/string object arrays with following flag values
66 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
78 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
94 -- Testing asort() by supplying various object arrays, 'flag' value is default --
174 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dsort_object2.phpt12 …* testing sort() by providing integer/string object arrays with flag values are defualt, SORT_REGU…
69 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is defualt --\n";
81 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
97 -- Testing sort() by supplying various object arrays, 'flag' value is defualt --
177 -- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A D001.phpt9 ** Create sample arrays
15 /* Helper function to build testing arrays */
H A Darray_unshift_basic2.phpt2 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
11 * Testing array_unshift() by giving associative arrays for $array argument
H A Dreset_variation3.phpt11 * Reference two arrays to each other then call reset() to test position of
12 * internal pointer in both arrays
H A Darray_chunk_basic1.phpt21 // associative arrays - key as string
24 // associative arrays - key as numeric
H A Darray_diff_variation7.phpt2 Test array_diff() function : usage variations - arrays containing referenced variables
12 * Test how array_diff compares arrays that
H A Darray_intersect_uassoc_variation8.phpt2 Test array_intersect_uassoc() function : usage variation - arrays containing referenced variables
6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darsort_variation5.phpt17 …* testing arsort() by providing different string arrays for $array argument with following flag va…
42 echo "\n-- Testing arsort() by supplying various string arrays --\n";
44 // loop through to test arsort() with different arrays
68 -- Testing arsort() by supplying various string arrays --
H A Dasort_variation5.phpt17 …* testing asort() by providing different string arrays for $array argument with following flag val…
42 echo "\n-- Testing asort() by supplying various string arrays --\n";
44 // loop through to test asort() with different arrays
68 -- Testing asort() by supplying various string arrays --
H A Deach.phpt9 $arrays = array (
25 /* loop through to check working of each() on different arrays */
27 while( list( $key, $sub_array) = each($arrays) ) {
47 /* reset the $arrays and use each to get the first element */
48 var_dump( reset($arrays) );
49 var_dump( each($arrays) ); // first element
50 list($key, $sub_array) = each($arrays); // now second element
/PHP-5.6/tests/lang/
H A DforeachLoop.017.phpt2 Ensure foreach works with arrays with Binary keys.
/PHP-5.6/Zend/tests/
H A Dadd_004.phpt2 adding numbers to arrays
H A Ddiv_002.phpt2 dividing arrays
H A Derrmsg_040.phpt2 errmsg: arrays are not allowed in class constants
H A Dmul_001.phpt2 multiplying arrays
H A Dsub_001.phpt2 subtracting arrays
H A Dnot_002.phpt2 bitwise NOT and arrays
H A Dadd_007.phpt2 adding strings to arrays
H A Dbug69892.phpt2 Bug #69892: Different arrays compare indentical due to integer key truncation
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
/PHP-5.6/ext/reflection/tests/
H A Dbug31651.phpt2 Reflection Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
/PHP-5.6/ext/standard/tests/strings/
H A Djoin_variation5.phpt15 echo "*** Testing implode() : usage variations - sub arrays ***\n";
34 *** Testing implode() : usage variations - sub arrays ***

Completed in 26 milliseconds

12345678910>>...29