Home
last modified time | relevance | path

Searched refs:elements (Results 226 – 250 of 380) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/standard/tests/array/
H A Darray_combine_variation3.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
7 * and the elements of the second as the corresponding values
H A Darray_merge_recursive_variation10.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_chunk_variation5.phpt14 * 2. size value is more than the no. of elements in the input array
H A Darray_diff_assoc_variation6.phpt13 * 1. When comparing an array that has similar elements
H A Darray_filter_variation8.phpt6 * Description: Filters elements from the array via the callback.
H A Darray_map_object3.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation16.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_filter_variation3.phpt6 * Description: Filters elements from the array via the callback.
H A Dsizeof_object2.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Darray_unshift_variation3.phpt6 * Description: Pushes elements onto the beginning of the array
48 // loop through the various elements of $arrays to test array_unshift()
H A Darray_push_variation6.phpt6 * Description: Pushes elements onto the end of the array
H A Darray_slice_variation4.phpt6 * Description: Returns elements specified by offset and length
H A Drsort_variation9.phpt39 // to test the new keys for the elements in the sorted array
H A Dsizeof_basic2.phpt6 * Description: Counts an elements in an array. If Standard PHP library is
H A Dsizeof_variation5.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Dcount_variation2.phpt8 * Description: Count the number of elements in a variable (usually an array)
H A Dsizeof_variation2.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Darray_merge_variation3.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_unshift_variation6.phpt6 * Description: Pushes elements onto the beginning of the array
/PHP-7.1/ext/standard/tests/strings/
H A Djoin_variation3.phpt6 * Description: Join array elements with a string
H A Dstr_replace_variation1.phpt20 /* loop through to replace the matched elements in the array */
H A Djoin_variation1.phpt6 * Description: Join array elements with a string
/PHP-7.1/
H A D.gdbinit312 Dumps elements of Constants HashTable
379 dumps elements of HashTable made of zval
388 dumps elements of HashTable made of pointers
397 dumps elements of HashTable made of strings
/PHP-7.1/ext/soap/
H A Dphp_encoding.c2404 if (sdl_type && sdl_type->elements && in to_xml_array()
2405 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2406 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2415 } else if (sdl_type && sdl_type->elements && in to_xml_array()
2416 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2417 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2596 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2597 zend_hash_num_elements(type->sdl_type->elements) == 1 && in to_zval_array()
2598 (zend_hash_internal_pointer_reset(type->sdl_type->elements), in to_zval_array()
2603 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
[all …]
/PHP-7.1/ext/spl/internal/
H A Drecursivetreeiterator.inc41 /** Prefix used to start elements. */

Completed in 72 milliseconds

12345678910>>...16