Home
last modified time | relevance | path

Searched refs:arrays (Results 226 – 250 of 432) sorted by relevance

12345678910>>...18

/php-src/ext/opcache/tests/opt/
H A Ddce_008.phpt2 DCE 008: Escaping of enclosed arrays doesn't prevent removal of enclosing array
/php-src/sapi/fpm/tests/
H A Dconfig-array-validation-suppress-path-starts-slash.phpt2 FPM: Validates arrays in configuration are correctly set - access.suppress_path begins with forward…
/php-src/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt32 $arrays = array (
35 array( array(2), array(1)), // sub arrays
41 // associative arrays
59 // loop through the various elements of $arrays to test array_reverse()
61 foreach($arrays as $array) {
H A Darray_rand_variation3.phpt44 echo "\n*** Testing array_rand() with arrays having different types of values ***\n";
66 *** Testing array_rand() with arrays having different types of values ***
H A Dnatcasesort_variation11.phpt6 * Pass arrays where the keys are different data types to test behaviour of natcasesort()
20 // arrays with keys as different data types to be passed as $array_arg
H A Darray_map_variation15.phpt11 // arrays to be passed as arguments
H A Dend_variation2.phpt2 Test end() function : usage variations - Multi-dimensional arrays
H A Darray_merge_variation5.phpt6 * Pass array_merge() arrays with only numeric keys to test behaviour.
H A Dnext_variation2.phpt2 Test next() function : usage variation - Mulit-dimensional arrays
H A Dprev_variation2.phpt2 Test prev() function : usage variation - Multi-dimensional arrays
H A Darray_diff_assoc_variation5.phpt39 echo "-- Result of comparing more than two arrays: --\n";
136 -- Result of comparing more than two arrays: --
H A Drsort_variation5.phpt6 * Pass arrays containing different string data to rsort() to test behaviour
22 // loop through to test rsort() with different arrays
H A Dshuffle_variation2.phpt31 echo "\n*** Testing shuffle() with arrays having different types of values ***\n";
114 *** Testing shuffle() with arrays having different types of values ***
H A Darray_intersect_assoc_variation2.phpt6 * Testing array_intersect_assoc() function by passing values to $array2 argument other than arrays
40 $arrays = array(
87 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
89 foreach($arrays as $unexpected_value) {
H A Darray_key_first_variation.phpt6 /* Various combinations of arrays to be used for the test */
/php-src/ext/intl/tests/
H A Dregression_sort_eq.phpt26 // Define a couple of arrays.
H A Dregression_sortwsk_eq.phpt26 // Define a couple of arrays.
H A Dcollator_asort.phpt11 * Sort associative arrays using various locales.
18 * Sort various arrays in specified locale.
H A Dcollator_asort_variant2.phpt11 * Sort associative arrays using various locales.
18 * Sort various arrays in specified locale.
/php-src/Zend/tests/array_unpack/
H A Dstring_keys.phpt6 // Works with both arrays and Traversables.
/php-src/ext/soap/tests/bugs/
H A Dbug46419.phpt2 Bug #46419 (Elements of associative arrays with NULL value are lost)
/php-src/ext/standard/tests/general_functions/
H A Dgh12655.phpt2 GH-12655 (proc_open(): Argument #2 ($descriptor_spec) must only contain arrays and streams [Descrip…
/php-src/ext/standard/tests/strings/
H A Djoin_variation3.phpt14 array( array(2), array(1)), // sub arrays
20 // associative arrays
/php-src/ext/standard/tests/file/
H A Dfscanf_variation17.phpt2 Test fscanf() function: usage variations - string formats with arrays
6 /* Test fscanf() to scan arrays using different string format types */
10 echo "*** Test fscanf(): different string format types with arrays ***\n";
81 *** Test fscanf(): different string format types with arrays ***
H A Dfscanf_variation23.phpt2 Test fscanf() function: usage variations - char formats with arrays
6 /* Test fscanf() to scan arrays using different char format types */
10 echo "*** Test fscanf(): different char format types with arrays ***\n";
81 *** Test fscanf(): different char format types with arrays ***

Completed in 25 milliseconds

12345678910>>...18