Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/standard/tests/array/
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 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_pad_variation2.phpt140 Warning: array_pad(): You may only pad up to 1048576 elements at a time in %s on line %d
144 Warning: array_pad(): You may only pad up to 1048576 elements at a time in %s on line %d
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_fill_keys_variation3.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
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_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 Darray_merge_recursive_variation6.phpt6 * Description: Recursively merges elements from passed arrays into one 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 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_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()
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_error.phpt6 * Description: Join array elements with a string
H A Djoin_variation5.phpt6 * Description: Join array elements with a string
H A Djoin_variation4.phpt6 * Description: Join array elements with a string
/PHP-5.5/tests/lang/
H A DforeachLoop.010.phpt22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c264 elements = 1; in sxe_prop_dim_read()
285 elements = 0; in sxe_prop_dim_read()
330 if (elements) { in sxe_prop_dim_read()
474 elements = 1; in sxe_prop_dim_write()
506 elements = 0; in sxe_prop_dim_write()
591 if (elements) { in sxe_prop_dim_write()
759 elements = 1; in sxe_prop_dim_exists()
768 elements = 0; in sxe_prop_dim_exists()
810 if (elements) { in sxe_prop_dim_exists()
889 elements = 1; in sxe_prop_dim_delete()
[all …]

Completed in 38 milliseconds

12345678910>>...15