Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.0/ext/standard/tests/array/
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_fill_variation5.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
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
H A Darsort_variation9.phpt34 // to test the new keys for the elements in the sorted array
H A Dasort_variation9.phpt34 // to test the new keys for the elements in the sorted array
H A Dsizeof_variation1.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Dcount_recursive.phpt8 Discription: Count elements in an array, or properties in an object
101 /* creating an array with resources as elements */
H A Darray_slice_variation2.phpt8 * Description: Returns elements specified by offset and length
/PHP-7.0/ext/standard/tests/strings/
H A Dstr_replace_variation1.phpt20 /* loop through to replace the matched elements in the array */
H A Djoin_variation3.phpt6 * Description: Join array elements with a string
H A Djoin_variation1.phpt6 * Description: Join array elements with a string
/PHP-7.0/ext/soap/
H A Dphp_encoding.c2408 if (sdl_type && sdl_type->elements && in to_xml_array()
2409 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2410 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2419 } else if (sdl_type && sdl_type->elements && in to_xml_array()
2420 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2421 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2600 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2601 zend_hash_num_elements(type->sdl_type->elements) == 1 && in to_zval_array()
2602 (zend_hash_internal_pointer_reset(type->sdl_type->elements), in to_zval_array()
2607 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
[all …]
/PHP-7.0/ext/spl/internal/
H A Drecursivetreeiterator.inc41 /** Prefix used to start elements. */
H A Dcachingiterator.inc21 * @note If you want to convert the elements into strings and the inner
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_variation1.phpt78 // loop through various elements of $unexpected_values to check the behavior of dir()
/PHP-7.0/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt2 … methods for property access are not invoked when manipulating the ArrayObject's elements using [].

Completed in 51 milliseconds

12345678910>>...15