Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-5.6/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-5.6/ext/standard/tests/array/
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_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 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 Dbug48854.phpt2 Bug #48854 (array_merge_recursive modifies arrays after first one)
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";
59 -- Testing natcasesort() by supplying object arrays --
H A Darray_chunk_basic2.phpt21 // associative arrays - key as string
24 // associative arrays - key as numeric
H A Dbug43495.phpt2 Bug #43495 (array_merge_recursive() crashes with recursive arrays)
H A Darray_unique_variation8.phpt2 Test array_unique() function : usage variations - two dimensional arrays
12 * two dimensional arrays for $input argument.
H A Darray_walk_recursive_variation3.phpt11 * Testing array_walk_recursive() with following types of 'input' arrays:
30 // different arrays as input
H A Dkey_exists_variation2.phpt8 echo "*** test key_exists() by using mixed type of arrays ***\n";
59 *** test key_exists() by using mixed type of arrays ***
/PHP-5.6/Zend/tests/
H A Dadd_002.phpt2 adding objects to arrays
H A Dadd_003.phpt2 adding arrays to objects
H A Dbug26229.phpt2 Bug #26229 (getIterator() segfaults when it returns arrays or scalars)
/PHP-5.6/ext/standard/tests/strings/
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-5.6/ext/standard/tests/file/
H A Dbasename_variation4.phpt46 // add arrays
70 'nested arrays' => array('foo', $index_array, $assoc_array),
148 --nested arrays--
/PHP-5.6/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt50 // add arrays
69 'nested arrays' => array('foo', $index_array, $assoc_array),
140 --nested arrays--
H A Dip2long_variation1.phpt45 // add arrays
72 'nested arrays' => array('foo', $index_array, $assoc_array),
155 --nested arrays--
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt46 // WARNING: All arrays point to the same object - this will give bogus results!
77 // WARNING: All arrays point to the same object - this will give bogus results!
107 // WARNING: All arrays point to the same object - this will give bogus results!
219 Warning: mysqli_poll(): All arrays passed are clear in %s on line %d
/PHP-5.6/ext/date/tests/
H A DDateTime_format_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
149 -- nested arrays --
H A Ddate_format_variation2.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
149 -- nested arrays --
H A Ddate_variation1.phpt36 // add arrays
61 'nested arrays' => array('foo', $index_array, $assoc_array),
148 -- nested arrays --

Completed in 53 milliseconds

12345678910>>...29