Home
last modified time | relevance | path

Searched refs:elements (Results 76 – 100 of 360) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/filter/tests/
H A Dbug7586.phpt2 input_get_args() filter not reseted between elements
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc20 * return selected (accepted) elements.
81 * @return Whether more elements are available
/PHP-5.5/ext/spl/tests/
H A Dheap_top_variation_002.phpt17 // insert 2 elements to hit our overridden compare
/PHP-5.5/ext/standard/tests/array/
H A Darray_keys_variation_005.phpt10 /* creating an array with resource types as elements */
H A Darray_map_variation11.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation19.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_unique_variation6.phpt22 // input array containing elements as reference variables
H A Darray_filter_object.phpt6 * Description: Filters elements from the array via the callback.
80 // 'input' array containing objects as elements
H A Darray_merge_basic.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_slice_basic.phpt6 * Description: Returns elements specified by offset and length
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_merge_error.phpt6 * Description: Merges elements from passed arrays into one array
H A Dcount_variation3.phpt6 * Description: Count the number of elements in a variable (usually an array)
H A Darray_push_variation5.phpt6 * Description: Pushes elements onto the end of the array
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 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 Dend_64bit.phpt49 /* checking working of end() when array elements are deleted */
50 echo "\n*** Testing end() when array elements are deleted ***\n";
194 *** Testing end() when array elements are deleted ***
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_variation6.phpt6 * Description: Join array elements with a string
/PHP-5.5/ext/soap/
H A Dphp_sdl.h57 HashTable *elements; /* array of sdlTypesPtr */ member
204 HashTable *elements; /* array of sdlTypePtr */ member
/PHP-5.5/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-5.5/ext/simplexml/tests/
H A Dprofile11.phpt2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc21 const USE_FALSE = 0; /**< mode: accept no elements, no callback */
22 const USE_TRUE = 1; /**< mode: accept all elements, no callback */

Completed in 26 milliseconds

12345678910>>...15