Home
last modified time | relevance | path

Searched refs:elements (Results 76 – 100 of 380) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/standard/tests/array/
H A Din_array_variation2.phpt34 /* loop to do loose and strict type check of elements in
35 $array_type on elements in $misc_array using in_array();
H A Darray_map_variation14.phpt6 * Description: Applies the callback to the elements of the given arrays
12 * array will be extended with empty elements
H A Darray_merge_recursive_error.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_unshift_object.phpt6 * Description: Pushes elements onto the beginning of the array
68 // array containing different types of objects as elements
77 // loop through the various elements of $arrays to check the functionality of array_unshift
H A Darray_keys_variation_005.phpt10 /* creating an array with resource types as elements */
H A Darray_map_variation11.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation19.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_unique_variation6.phpt22 // input array containing elements as reference variables
H A Darray_filter_object.phpt6 * Description: Filters elements from the array via the callback.
80 // 'input' array containing objects as elements
H A Darray_merge_basic.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_slice_basic.phpt6 * Description: Returns elements specified by offset and length
H A Darray_map_variation1.phpt7 * Description: Applies the callback to the elements in given arrays.
H A Darray_map_variation15.phpt6 * Description: Applies the callback to the elements of the given arrays
/PHP-7.1/Zend/
H A Dzend_stack.h27 void *elements; member
/PHP-7.1/ext/simplexml/tests/
H A D028.phpt2 SimpleXML: Adding an elements without text
H A Dprofile11.phpt2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
/PHP-7.1/ext/filter/tests/
H A Dbug7586.phpt2 input_get_args() filter not reseted between elements
/PHP-7.1/ext/spl/internal/
H A Dfilteriterator.inc20 * return selected (accepted) elements.
81 * @return Whether more elements are available
/PHP-7.1/ext/spl/tests/
H A Dheap_top_variation_002.phpt17 // insert 2 elements to hit our overridden compare
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.c299 zend_hash_init(&watch->elements, 8, brml, NULL, 0);
889 ZEND_HASH_FOREACH_PTR(&parent->elements, element) {
909 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
912 zend_hash_destroy(&watch->elements);
918 HashTable *elements = &element->watch->elements; local
920 zend_hash_del(elements, element->str);
921 if (zend_hash_num_elements(elements) == 0) {
940 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
964 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
1019 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Djoin_variation6.phpt6 * Description: Join array elements with a string
/PHP-7.1/ext/dba/tests/
H A Ddba013.phpt27 Fatal error: Uncaught Error: Key does not have exactly two elements: (key, name) in %sdba013.php:6
/PHP-7.1/ext/soap/
H A Dphp_sdl.h57 HashTable *elements; /* array of sdlTypesPtr */ member
204 HashTable *elements; /* array of sdlTypePtr */ member
/PHP-7.1/ext/json/
H A Djson_parser.y74 %type <value> members member elements element
177 elements array_end
196 elements:
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt51 echo "\n\n--- Nested array references 2 elements in containing array:\n";
66 echo "\n\n--- Containing array references 2 elements in nested array:\n";
220 --- Nested array references 2 elements in containing array:
358 --- Containing array references 2 elements in nested array:

Completed in 46 milliseconds

12345678910>>...16