Home
last modified time | relevance | path

Searched refs:elements (Results 176 – 200 of 341) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation4.phpt11 * Test popping elements from a sub-array and popping an array from an array
H A Darray_udiff_uassoc_variation6.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
H A Darray_unshift_variation8.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_push.phpt7 * Description: Push one or more elements onto the end of array
8 and returns the new number of elements in the array.
H A Darray_slice_variation7.phpt6 * Description: Returns elements specified by offset and length
19 $length = 10; // to ensure all elements are displayed
H A Dcurrent_variation4.phpt39 //See where internal pointer is after adding more elements
H A Darray_fill_keys_variation1.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_fill_keys_variation2.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_filter_variation7.phpt6 * Description: Filters elements from the array via the callback.
H A Darray_map_variation13.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_merge_variation9.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_shift_variation8.phpt2 Test array_shift() function : usage variations - maintaining referenced elements
H A Darray_chunk_basic2.phpt27 // array containing elements with/without keys
H A Darray_fill_keys_variation4.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_map_variation10.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_merge_recursive_variation9.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_slice_variation6.phpt6 * Description: Returns elements specified by offset and length
H A Darray_unshift_variation5.phpt8 * Description: Pushes elements onto the beginning of the array
70 // loop through the various elements of $arrays to test array_unshift()
H A Darray_unshift_variation9.phpt6 * Description: Pushes elements onto the beginning of the array
70 // loop through the various elements of $arrays to test array_unshift()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c256 elements = 1; in sxe_prop_dim_read()
276 elements = 0; in sxe_prop_dim_read()
320 if (elements) { in sxe_prop_dim_read()
457 elements = 1; in sxe_prop_dim_write()
485 elements = 0; in sxe_prop_dim_write()
569 if (elements) { in sxe_prop_dim_write()
739 elements = 1; in sxe_prop_dim_exists()
748 elements = 0; in sxe_prop_dim_exists()
790 if (elements) { in sxe_prop_dim_exists()
862 elements = 1; in sxe_prop_dim_delete()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation4.phpt6 * Description: Join array elements with a string
H A Dstrip_tags_variation9.phpt27 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation10.phpt28 //loop through the various elements of strings array to test strip_tags() functionality
/PHP-7.4/sapi/phpdbg/
H A Dxml.md215 …bute; if it only has id attribute, it just indicates current frame number, no other elements follow
216 - may contain other elements (of type <arg>) when contained in <backtrace> tag
300 - The <parents> container contains the <class> elements of the parent of the last <class> …
320 - consists of <line> elements wrapped in a <list> container
330 - <print> elements are wrapped in a <printinfo> element
331 - there may be a variable number of <print> elements with a variable count of args inside the &l…
371 - is followed by the oplines of that method or function (<print> elements)
506 - when using watch list, <watchvariable> elements are wrapped in a <watchlist> container
643 - removed: number of elements removed
644 - added: number of elements added
/PHP-7.4/ext/dom/tests/
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation

Completed in 39 milliseconds

12345678910>>...14