Home
last modified time | relevance | path

Searched refs:elements (Results 151 – 175 of 380) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/standard/tests/array/
H A Darray_unshift_basic1.phpt6 * Description: Pushes elements onto the beginning of the array
H A Darray_combine_variation4.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_map_object2.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation9.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_slice_error.phpt6 * Description: Returns elements specified by offset and length
H A Darray_unshift_basic2.phpt6 * Description: Pushes elements onto the beginning of the array
H A Darray_chunk_basic1.phpt27 // array containing elements with/witout keys
H A Darray_fill_keys_error.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_filter_variation9.phpt6 * Description: Filters elements from the array via the callback.
H A Dsizeof_error.phpt6 * Description: Counts an elements in an array. If Standard PHP Library is installed,
H A Dsizeof_object1.phpt14 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Darray_unshift_variation7.phpt6 * Description: Pushes elements onto the beginning of the array
30 // loop through the various elements of $arrays to test array_unshift()
H A Darray_map_variation12.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation7.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_merge_recursive_variation6.phpt6 * Description: Recursively merges elements from passed arrays into one array
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.h74 HashTable elements; member
/PHP-7.1/ext/standard/tests/strings/
H A Dstrip_tags_variation8.phpt31 //loop through the various elements of strings array to test strip_tags() functionality
H A Djoin_error.phpt6 * Description: Join array elements with a string
H A Djoin_variation5.phpt6 * Description: Join array elements with a string
/PHP-7.1/ext/standard/tests/network/
H A Dnews.rss8 xmlns:dc="http://purl.org/dc/elements/1.1/"
/PHP-7.1/ext/soap/tests/schema/
H A Dschema085.phpt2 SOAP XML Schema 85: Extension of complex type (elements order)
/PHP-7.1/ext/spl/internal/
H A Drecursiveregexiterator.inc45 /** @return an iterator for the current elements children
/PHP-7.1/tests/lang/
H A DforeachLoop.010.phpt22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-7.1/ext/spl/examples/
H A Ddbareader.inc78 * @return Whether more elements are available.
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c260 elements = 1; in sxe_prop_dim_read()
276 elements = 0; in sxe_prop_dim_read()
320 if (elements) { in sxe_prop_dim_read()
479 elements = 1; in sxe_prop_dim_write()
503 elements = 0; in sxe_prop_dim_write()
588 if (elements) { in sxe_prop_dim_write()
752 elements = 1; in sxe_prop_dim_exists()
761 elements = 0; in sxe_prop_dim_exists()
803 if (elements) { in sxe_prop_dim_exists()
871 elements = 1; in sxe_prop_dim_delete()
[all …]

Completed in 27 milliseconds

12345678910>>...16