Home
last modified time | relevance | path

Searched refs:element (Results 151 – 175 of 1163) sorted by relevance

12345678910>>...47

/PHP-5.5/Zend/tests/
H A Dbug31720.phpt5 $array = array('at least one element');
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt6 * Description: Get the size of an image as 4-element array
27 //loop through each element of the array for filename
H A Dgetimagesize_variation4.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_wbmp.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_xbm.phpt12 * Description: Get the size of an image as 4-element array
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt24 echo "The result is an array in which each element is an object (an instance of ReflectionClass)\n";
51 The result is an array in which each element is an object (an instance of ReflectionClass)
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation1.phpt43 /* loop through to test strtr() with each element of $str_arr */
47 $str = $str_arr[$index]; //getting the $str_arr element in $str variable
H A Dstrtr_variation2.phpt47 /* loop through to test strtr() with each element of $str_arr */
51 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c127 int sapi_stack_push(sapi_stack *stack, void *element) in sapi_stack_push() argument
136 stack->elements[stack->top] = (void *) element; in sapi_stack_push()
153 …th_argument_all(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void… in sapi_stack_apply_with_argument_all() argument
1304 (int (*)(void *element, void *)) php_run_hook, r, OK); in php_uri_translation()
1315 (int (*)(void *element, void *)) php_run_hook, r); in php_header_hook()
1326 (int (*)(void *element, void *)) php_run_hook, r, OK); in php_auth_hook()
1338 (int (*)(void *element, void *)) php_run_hook, r); in php_access_hook()
1351 (int (*)(void *element, void *)) php_run_hook, in php_type_hook()
1363 (int (*)(void *element, void *)) php_run_hook, in php_fixup_hook()
1375 (int (*)(void *element, void *)) php_run_hook, in php_logger_hook()
[all …]
/PHP-5.5/ext/spl/internal/
H A Dparentiterator.inc24 /** @return whetehr the current element has children
H A Dsplqueue.inc51 /** @return the first element of the queue.
60 /** Pushes an element at the end of the queue.
/PHP-5.5/ext/standard/tests/array/
H A Dprev_error3.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Darray_walk_recursive_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Dcurrent_variation2.phpt6 * Description: Return the element currently pointed to by the internal array pointer
108 // loop through each element of $inputs to check the behavior of current()
H A Darray_walk_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
H A Dcurrent_basic.phpt6 * Description: Return the element currently pointed to by the internal array pointer
/PHP-5.5/TSRM/
H A DTSRM.h164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
/PHP-5.5/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt2 …siveIteratorIterator::getSubIterator() returns different iterators depending on the current element
H A DSplFileObject_fputcsv_variation10.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields
/PHP-5.5/ext/simplexml/tests/
H A Dbug37386.phpt2 Bug #39760 (autocreating element doesn't assign value to first node)
H A D031.phpt28 /* Try to add element to attribute -> display warning and do not add */
50 Warning: SimpleXMLElement::addChild(): Cannot add element to attributes in %s031.php on line %d
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_relaxNGValidate_error1.phpt25 Warning: DOMDocument::relaxNGValidate(): Did not expect element pear there in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt15 /* the array is with three elements in it. Each element should be read as
16 1st element is delimiter, 2nd element is enclosure
17 and 3rd element is csv fields
/PHP-5.5/ext/spl/
H A Dspl_heap.c917 zval **element = (zval **)&iterator->object->heap->elements[0]; in spl_heap_it_get_current_data() local
924 if (iterator->object->heap->count == 0 || !*element) { in spl_heap_it_get_current_data()
927 *data = element; in spl_heap_it_get_current_data()
942 if (iterator->object->heap->count == 0 || !*element) { in spl_pqueue_it_get_current_data()
945 *data = spl_pqueue_extract_helper(element, iterator->object->flags); in spl_pqueue_it_get_current_data()
1043 zval *element = (zval *)intern->heap->elements[0]; in SPL_METHOD() local
1049 if (!intern->heap->count || !element) { in SPL_METHOD()
1052 RETURN_ZVAL(element, 1, 0); in SPL_METHOD()
1062 zval **element = (zval **)&intern->heap->elements[0]; in SPL_METHOD() local
1068 if (!intern->heap->count || !*element) { in SPL_METHOD()
[all …]

Completed in 137 milliseconds

12345678910>>...47