Home
last modified time | relevance | path

Searched refs:arrays (Results 251 – 275 of 434) sorted by relevance

1...<<1112131415161718

/php-src/ext/standard/tests/array/
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 */
H A Darray_key_last_variation.phpt6 /* Various combinations of arrays to be used for the test */
H A Darray_merge_variation6.phpt6 * Pass array_merge arrays with string keys to test behaviour.
H A Darray_slice_variation8.phpt2 Test array_slice() function : usage variations - multidimensional arrays
H A Darray_push_variation3.phpt2 Test array_push() function : usage variations - multidimensional arrays
H A Darray_intersect_variation1.phpt6 * Testing array_intersect() function by passing values to $array1 argument other than arrays
40 $arrays = array(
87 // loop through each sub-array within $arrays to check the behavior of array_intersect()
89 foreach($arrays as $unexpected_value) {
H A Darray_intersect_assoc_variation1.phpt6 * Testing array_intersect_assoc() function by passing values to $array1 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_push_basic.phpt6 * Test basic functionality of array_push with indexed and associative arrays
H A Darray_multisort_variation2.phpt41 // add arrays
65 'nested arrays' => array('foo', $index_array, $assoc_array),
149 --nested arrays--
H A Dnatcasesort_variation9.phpt6 * Pass an array containing sub-arrays, ints, floats, strings, boolean, null
/php-src/ext/mbstring/tests/
H A Dbug81011.phpt2 Bug #81011 (mb_convert_encoding removes references from arrays)
H A Dmb_substitute_character_variation_weak_types.phpt35 // add arrays
59 'nested arrays' => array('foo', $index_array, $assoc_array),
139 --nested arrays--
H A Dmb_substitute_character_variation_strict_types.phpt37 // add arrays
61 'nested arrays' => array('foo', $index_array, $assoc_array),
135 --nested arrays--
/php-src/sapi/fpm/tests/
H A Dconfig-array.phpt2 FPM: Set arrays in configuration
/php-src/ext/spl/tests/
H A Darray_015.phpt2 SPL: ArrayIterator::next() with internal arrays
H A Dclass_implements_variation1.phpt44 // add arrays
68 'nested arrays' => array('foo', $index_array, $assoc_array),
151 --nested arrays--
H A Dclass_uses_variation1.phpt44 // add arrays
68 'nested arrays' => array('foo', $index_array, $assoc_array),
151 --nested arrays--
/php-src/ext/ldap/tests/
H A Dldap_set_option_error.phpt40 TypeError: ldap_set_option(): Argument #3 ($value) must contain only arrays, where each array is a …
/php-src/ext/standard/tests/general_functions/
H A Dstrval.phpt111 // non_scalar values, objects, arrays, resources and boolean
123 array(), // arrays
133 strval() on objects, arrays, boolean and others */
H A Dis_float.phpt61 // non_scalar values, objects, arrays, resources and boolean
75 array(), // arrays
116 arrays, boolean and others */
H A Dis_float_64bit.phpt63 // non_scalar values, objects, arrays, resources and boolean
77 array(), // arrays
118 arrays, boolean and others */
H A Dvar_export_basic8.phpt2 var_export(): simple test with arrays and objects
/php-src/ext/standard/tests/streams/
H A Dbug60602.phpt2 Bug #60602 proc_open() modifies environment if it contains arrays
/php-src/Zend/tests/
H A Disset_array.phpt2 Using isset() with arrays

Completed in 44 milliseconds

1...<<1112131415161718