Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.1/ext/standard/tests/array/
H A Darray_merge_variation10.phpt6 * Description: Merges elements from passed arrays into one 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_fill_keys_variation3.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_fill_variation3.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
H A Darray_fill_variation4.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
H A Dkey_variation4.phpt38 //See where internal pointer is after adding more elements
H A Duasort_variation6.phpt11 * Testing uasort() with 'array_arg' having different subarrays as array elements
H A Darray_pad_variation2.phpt142 Warning: array_pad(): You may only pad up to 1048576 elements at a time in %s on line %d
146 Warning: array_pad(): You may only pad up to 1048576 elements at a time in %s on line %d
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 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_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_udiff_uassoc_error.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
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 Dsizeof_basic1.phpt6 * Description: Counts an elements in an array. If Standard PHP library is
/PHP-7.1/ext/standard/tests/strings/
H A Djoin_variation4.phpt6 * Description: Join array elements with a string
H A Dstrip_tags_variation9.phpt29 //loop through the various elements of strings array to test strip_tags() functionality
/PHP-7.1/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.1/ext/dom/tests/
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation

Completed in 32 milliseconds

12345678910>>...16