Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/
H A D.gdbinit321 Dumps elements of Constants HashTable
389 dumps elements of HashTable made of zval
398 dumps elements of HashTable made of pointers
407 dumps elements of HashTable made of strings
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2357 if (sdl_type && sdl_type->elements && in to_xml_array()
2358 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2359 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2368 } else if (sdl_type && sdl_type->elements && in to_xml_array()
2369 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2370 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2549 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2550 zend_hash_num_elements(type->sdl_type->elements) == 1 && in to_zval_array()
2551 (zend_hash_internal_pointer_reset(type->sdl_type->elements), in to_zval_array()
2556 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation2.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
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 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_slice_variation2.phpt8 * Description: Returns elements specified by offset and length
H A Darray_merge_variation4.phpt6 * Description: Merges elements from passed arrays into one array
H A Dcount_recursive.phpt6 Discription: Count elements in an array, or properties in an object
99 /* creating an array with resources as elements */
H A Dsizeof_object2.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Darray_map_variation17.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_merge_recursive_variation5.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_variation1.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.4/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt2 … methods for property access are not invoked when manipulating the ArrayObject's elements using [].
H A DarrayObject_magicMethods2.phpt2 … methods for property access are not invoked when manipulating the ArrayObject's elements using ->.
H A DarrayObject_magicMethods3.phpt2 …for property access are not invoked when manipulating the ArrayObject's elements using -> and Arra…
H A DarrayObject_magicMethods4.phpt2 …operty access of a subclass of ArrayObject are not invoked when manipulating its elements using [].
H A DarrayObject_magicMethods5.phpt2 …r property access of a subclass of ArrayObject ARE invoked when manipulating its elements using ->.
H A DarrayObject_magicMethods6.phpt2 …cess of a subclass of ArrayObject are not invoked when manipulating its elements using -> ArrayObj…
H A Dunserialize_errors.phpt162 Odd number of elements
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation1.phpt6 * Description: Join array elements with a string
H A Djoin_variation2.phpt6 * Description: Join array elements with a string
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt80 $elements = array('flags', 'scale', 'name', 'len', 'precision', 'pdo_type');
81 foreach ($elements as $k => $element)

Completed in 34 milliseconds

12345678910>>...14