Home
last modified time | relevance | path

Searched refs:elements (Results 101 – 125 of 341) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/tests/array/
H A Darray_filter_object.phpt6 * Description: Filters elements from the array via the callback.
80 // 'input' array containing objects as elements
H A Dcount_variation3.phpt6 * Description: Count the number of elements in a variable (usually an array)
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
H A Darray_map_variation6.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_push_variation5.phpt6 * Description: Pushes elements onto the end of the array
H A Darray_unique_variation9.phpt2 Test array_unique() function : usage variations - more than 16 elements
H A Darray_merge_variation5.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_merge_variation7.phpt6 * Description: Merges elements from passed arrays into one array
H A Darsort_variation8.phpt15 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
H A Dasort_variation8.phpt15 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
H A Darray_map_variation5.phpt6 * Description: Applies the callback to the elements of the given arrays
69 // loop through the various elements of $arrays to test array_map()
H A Dsizeof_variation3.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
H A Darray_merge_variation6.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_slice_variation8.phpt6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation9.phpt6 * Description: Returns elements specified by offset and length
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c299 zend_hash_init(&watch->elements, 8, brml, NULL, 0);
891 ZEND_HASH_FOREACH_PTR(&parent->elements, element) {
911 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
914 zend_hash_destroy(&watch->elements);
920 HashTable *elements = &element->watch->elements; local
922 zend_hash_del(elements, element->str);
923 if (zend_hash_num_elements(elements) == 0) {
942 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
966 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
1021 ZEND_HASH_FOREACH_PTR(&watch->elements, element) {
[all …]
/PHP-7.4/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:
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_006.phpt2 SCCP 006: Conditional Constant Propagation of non-escaping array elements
/PHP-7.4/ext/mbstring/tests/
H A Dbug81011.phpt17 // we modify array elements using reference
/PHP-7.4/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt2 SPL: Test that serialized blob contains unique elements (CVE-2010-2225)
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_001.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_002.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_005.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_004.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>

Completed in 29 milliseconds

12345678910>>...14