/php-src/ext/standard/tests/array/ |
H A D | array_intersect_assoc_variation2.phpt | 6 * 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 D | array_key_first_variation.phpt | 6 /* Various combinations of arrays to be used for the test */
|
H A D | array_key_last_variation.phpt | 6 /* Various combinations of arrays to be used for the test */
|
H A D | array_merge_variation6.phpt | 6 * Pass array_merge arrays with string keys to test behaviour.
|
H A D | array_slice_variation8.phpt | 2 Test array_slice() function : usage variations - multidimensional arrays
|
H A D | array_push_variation3.phpt | 2 Test array_push() function : usage variations - multidimensional arrays
|
H A D | array_intersect_variation1.phpt | 6 * 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 D | array_intersect_assoc_variation1.phpt | 6 * 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 D | array_push_basic.phpt | 6 * Test basic functionality of array_push with indexed and associative arrays
|
H A D | array_multisort_variation2.phpt | 41 // add arrays 65 'nested arrays' => array('foo', $index_array, $assoc_array), 149 --nested arrays--
|
H A D | natcasesort_variation9.phpt | 6 * Pass an array containing sub-arrays, ints, floats, strings, boolean, null
|
/php-src/ext/mbstring/tests/ |
H A D | bug81011.phpt | 2 Bug #81011 (mb_convert_encoding removes references from arrays)
|
H A D | mb_substitute_character_variation_weak_types.phpt | 35 // add arrays 59 'nested arrays' => array('foo', $index_array, $assoc_array), 139 --nested arrays--
|
H A D | mb_substitute_character_variation_strict_types.phpt | 37 // add arrays 61 'nested arrays' => array('foo', $index_array, $assoc_array), 135 --nested arrays--
|
/php-src/sapi/fpm/tests/ |
H A D | config-array.phpt | 2 FPM: Set arrays in configuration
|
/php-src/ext/spl/tests/ |
H A D | array_015.phpt | 2 SPL: ArrayIterator::next() with internal arrays
|
H A D | class_implements_variation1.phpt | 44 // add arrays 68 'nested arrays' => array('foo', $index_array, $assoc_array), 151 --nested arrays--
|
H A D | class_uses_variation1.phpt | 44 // add arrays 68 'nested arrays' => array('foo', $index_array, $assoc_array), 151 --nested arrays--
|
/php-src/ext/ldap/tests/ |
H A D | ldap_set_option_error.phpt | 40 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 D | strval.phpt | 111 // non_scalar values, objects, arrays, resources and boolean 123 array(), // arrays 133 strval() on objects, arrays, boolean and others */
|
H A D | is_float.phpt | 61 // non_scalar values, objects, arrays, resources and boolean 75 array(), // arrays 116 arrays, boolean and others */
|
H A D | is_float_64bit.phpt | 63 // non_scalar values, objects, arrays, resources and boolean 77 array(), // arrays 118 arrays, boolean and others */
|
H A D | var_export_basic8.phpt | 2 var_export(): simple test with arrays and objects
|
/php-src/ext/standard/tests/streams/ |
H A D | bug60602.phpt | 2 Bug #60602 proc_open() modifies environment if it contains arrays
|
/php-src/Zend/tests/ |
H A D | isset_array.phpt | 2 Using isset() with arrays
|