Home
last modified time | relevance | path

Searched refs:arrays (Results 601 – 625 of 724) sorted by relevance

1...<<212223242526272829

/PHP-7.2/ext/standard/tests/strings/
H A Dstrlen.phpt76 echo "\n--- Testing arrays ---\n";
198 --- Testing arrays ---
H A Dstrtok_variation6.phpt16 // defining arrays for input strings and tokens
H A Dvfprintf_variation14.phpt54 // different arrays
H A Dvfprintf_variation14_64bit.phpt54 // different arrays
H A Dvfprintf_variation18.phpt43 // different arrays
H A Dvprintf_variation18.phpt43 // different arrays
H A Dvsprintf_variation18.phpt43 // different arrays
H A Dprint_basic.phpt38 // You can also use arrays
H A Dsprintf_variation31.phpt12 // different arrays used to test the function
/PHP-7.2/ext/standard/tests/array/
H A Darray_search_variation1.phpt14 $arrays = array (
45 /* loop to check if elements in $array_compare exist in $arrays
48 foreach($arrays as $array) {
H A Darray_unshift_variation1.phpt41 $arrays = array(
88 // loop through each element of $arrays to test the functionality of array_unshift()
90 foreach($arrays as $array) {
H A Din_array_variation1.phpt15 $arrays = array (
46 /* loop to check if elements in $array_compare exist in $arrays
49 foreach($arrays as $array) {
H A Dsizeof_basic2.phpt15 * indexed and mixed arrays.
H A Darray_change_key_case.phpt11 $arrays = array (
53 foreach ($arrays as $item) {
H A Darray_multisort_variation1.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
45 // add arrays
H A Darray_multisort_variation3.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
46 // add arrays
H A Darray_reverse_variation1.phpt33 $arrays = array (
81 // loop through each element of the array $arrays to check the behavior of array_reverse()
83 foreach($arrays as $array) {
H A Deach_variation3.phpt12 * Pass each() arrays where the keys are different data types to test behaviour
/PHP-7.2/ext/date/tests/
H A DDateTime_construct_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
194 -- nested arrays --
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug36226.phpt2 Bug #36226 (SOAP Inconsistent handling when passing potential arrays)
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt2 serialization: arrays with references to the containing array
H A Dserialization_arrays_003.phpt2 serialization: arrays with references to an external variable
/PHP-7.2/ext/soap/tests/
H A Dserver030.phpt2 SOAP Server 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsd…
/PHP-7.2/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt71 /* arrays */
H A Ddebug_zval_dump_b_64bit.phpt71 /* arrays */

Completed in 26 milliseconds

1...<<212223242526272829