Home
last modified time | relevance | path

Searched refs:element (Results 26 – 50 of 1143) sorted by path

12345678910>>...46

/PHP-7.2/Zend/
H A Dzend_llist.h51 ZEND_API void zend_llist_add_element(zend_llist *l, void *element);
52 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element);
53 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, v…
H A Dzend_stack.c36 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push() argument
43 memcpy(ZEND_STACK_ELEMENT(stack, stack->top), element, stack->size); in zend_stack_push()
105 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply() argument
128 …y_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void… in zend_stack_apply_with_argument() argument
H A Dzend_stack.h35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element);
43 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element));
44 …y_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void…
/PHP-7.2/ext/com_dotnet/tests/
H A Dbug39596.phpt13 foreach ($v AS $element) {
14 print $element."\n";
/PHP-7.2/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_alnum()
H A Dctype_alnum_variation3.phpt47 // loop through each element of $values to test behaviour of ctype_alnum()
H A Dctype_alpha_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_alpha()
H A Dctype_alpha_variation3.phpt48 // loop through each element of $values to test behaviour of ctype_alnum()
H A Dctype_cntrl_variation1.phpt90 // loop through each element of $inputs to check the behavior of ctype_cntrl()
H A Dctype_cntrl_variation3.phpt55 // loop through each element of $values to test behaviour of ctype_cntrl()
H A Dctype_digit_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_digit()
H A Dctype_graph_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_graph()
H A Dctype_lower_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_lower()
H A Dctype_print_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_print()
H A Dctype_punct_variation1.phpt90 // loop through each element of $inputs to check the behavior of ctype_punct
H A Dctype_space_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_space()
H A Dctype_upper_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_upper()
H A Dctype_xdigit_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_xdigit()
/PHP-7.2/ext/curl/tests/
H A Dcurl_version_variation1.phpt79 // loop through with each element of the $inputs array to test curl_version() function
/PHP-7.2/ext/date/
H A Dphp_date.c3036 zval element; in zval_from_error_container() local
3039 array_init(&element); in zval_from_error_container()
3046 array_init(&element); in zval_from_error_container()
3069 zval element; in php_date_do_return_parsed_time() local
3120 array_init(&element); in php_date_do_return_parsed_time()
4035 array_init(&element); \ in PHP_FUNCTION()
4044 array_init(&element); \ in PHP_FUNCTION()
4347 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4357 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4383 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
[all …]
/PHP-7.2/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt68 // loop through each element of $inputs to check the behaviour of date_default_timezone_set()
H A Ddate_sun_info_variation1.phpt71 // loop through each element of $inputs to check the behaviour of date_sun_info()
H A Ddate_sun_info_variation2.phpt71 // loop through each element of $inputs to check the behaviour of date_sun_info()
H A Ddate_sun_info_variation3.phpt71 // loop through each element of $inputs to check the behaviour of date_sun_info()
H A Ddate_sunrise_variation1.phpt96 // loop through each element of the array for time

Completed in 51 milliseconds

12345678910>>...46