Home
last modified time | relevance | path

Searched refs:arrays (Results 176 – 200 of 724) sorted by relevance

12345678910>>...29

/PHP-7.2/ext/standard/tests/file/
H A Dbasename_variation3.phpt43 // add arrays
67 'nested arrays' => array('foo', $index_array, $assoc_array),
145 --nested arrays--
H A Ddirname_variation1.phpt47 // add arrays
71 'nested arrays' => array('foo', $index_array, $assoc_array),
149 --nested arrays--
H A Dfwrite_variation5.phpt51 // add arrays
75 'nested arrays' => array('foo', $index_array, $assoc_array),
145 --nested arrays--
H A Dpathinfo_variation1.phpt48 // add arrays
72 'nested arrays' => array('foo', $index_array, $assoc_array),
150 --nested arrays--
H A Dbasename_variation4.phpt46 // add arrays
70 'nested arrays' => array('foo', $index_array, $assoc_array),
148 --nested arrays--
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation12.phpt2 Test sprintf() function : usage variations - float formats with arrays
10 echo "*** Testing sprintf() : float formats with arrays ***\n";
52 *** Testing sprintf() : float formats with arrays ***
H A Dimplode1.phpt10 $arrays = array (
19 foreach ($arrays as $array) {
63 /* checking sub-arrays */
64 echo "\n*** Testing implode() on sub-arrays ***\n";
218 *** Testing implode() on sub-arrays ***
H A Dstrpbrk_error.phpt26 echo "\n-- Testing strpbrk() function with arrays --\n";
50 -- Testing strpbrk() function with arrays --
/PHP-7.2/tests/output/
H A Dob_start_basic_006.phpt2 ob_start(): ensure multiple buffer initialization with a single call using arrays is not supported …
46 echo "\n ---> Test arrays: \n";
75 ---> Test arrays:
/PHP-7.2/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt46 // add arrays
70 'nested arrays' => array('foo', $index_array, $assoc_array),
151 --nested arrays--
/PHP-7.2/Zend/tests/
H A Dadd_004.phpt2 adding numbers to arrays
H A Ddiv_002.phpt2 dividing arrays
H A Dmul_001.phpt2 multiplying arrays
H A Dnot_002.phpt2 bitwise NOT and arrays
H A Dsub_001.phpt2 subtracting arrays
H A Dbug26229.phpt2 Bug #26229 (getIterator() segfaults when it returns arrays or scalars)
H A Dbug73753.phpt2 Bug #73753 Non packed arrays and duplication
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_uassoc_variation13.phpt2 Test array_diff_uassoc() function : usage variations - arrays containing referenced variables
6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Dcurrent_variation4.phpt2 Test current() function : usage variations - multi-dimensional arrays
12 * Test how current() behaves with muti-dimensional and recursive arrays
H A Darray_merge_recursive_variation2.phpt6 * Description: Recursively merges elements from passed arrays into one array
41 $arrays = array (
88 // loop through each element of $arrays and check the behavior of array_merge_recursive()
90 foreach($arrays as $arr2) {
H A Darray_chunk_basic2.phpt21 // associative arrays - key as string
24 // associative arrays - key as numeric
H A Darray_splice_variation1.phpt18 echo "Test behaviour of input arrays containing references \n";
66 Test behaviour of input arrays containing references
H A Darray_walk_variation3.phpt11 * Testing array_walk() with following types of 'input' arrays:
30 // different arrays as input
H A Dnatcasesort_object2.phpt46 echo "\n-- Testing natcasesort() by supplying object arrays --\n";
58 -- Testing natcasesort() by supplying object arrays --
/PHP-7.2/ext/spl/tests/
H A Dbug75717.phpt2 Bug #75717: RecursiveArrayIterator does not traverse arrays by reference

Completed in 44 milliseconds

12345678910>>...29