Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 581) sorted by last modified time

12345678910>>...24

/php-src/ext/spl/
H A Dspl_observer.c698 PHP_METHOD(SplObjectStorage, current) in PHP_METHOD() argument
1339 PHP_METHOD(MultipleIterator, current) in PHP_METHOD() argument
H A Dspl_observer.stub.php62 public function current(): object {} function in SplObjectStorage
157 public function current(): array {} function in MultipleIterator
H A Dspl_observer_arginfo.h152 ZEND_METHOD(SplObjectStorage, current);
172 ZEND_METHOD(MultipleIterator, current);
200 ZEND_ME(SplObjectStorage, current, arginfo_class_SplObjectStorage_current, ZEND_ACC_PUBLIC)
227 ZEND_ME(MultipleIterator, current, arginfo_class_MultipleIterator_current, ZEND_ACC_PUBLIC)
/php-src/ext/spl/tests/
H A DSplObjectStorage_seek.phpt37 var_dump($storage->current());
43 var_dump($storage->current());
47 var_dump($storage->current());
51 var_dump($storage->current());
55 var_dump($storage->current());
59 var_dump($storage->current());
63 var_dump($storage->current());
73 var_dump($storage->current());
/php-src/
H A DUPGRADING132 cause an infinite loop because it destroyed the current iterator data.
496 . Added pcntl_getcpu to get the cpu id from where the current process runs.
498 energy consumption) of the current process and pcntl_setqos_class to set it.
H A Dconfigure.ac120 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
1842 | You have built PHP for Apache's current non-threaded MPM. |
/php-src/ext/simplexml/
H A Dsimplexml.c1968 PHP_METHOD(SimpleXMLElement, current) in PHP_METHOD() argument
/php-src/main/
H A DSAPI.c602 zend_llist_element *current=l->head; in sapi_remove_header() local
604 while (current) { in sapi_remove_header()
605 header = (sapi_header_struct *)(current->data); in sapi_remove_header()
606 next = current->next; in sapi_remove_header()
609 if (current->prev) { in sapi_remove_header()
610 current->prev->next = next; in sapi_remove_header()
615 next->prev = current->prev; in sapi_remove_header()
617 l->tail = current->prev; in sapi_remove_header()
620 efree(current); in sapi_remove_header()
623 current = next; in sapi_remove_header()
/php-src/ext/standard/
H A Darray.c1157 PHP_FUNCTION(current) in PHP_FUNCTION() argument
6807 zend_long size, current = 0; local
6862 if (!(++current % size)) {
/php-src/.circleci/
H A Dconfig.yml7 - image: cimg/base:current-22.04
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt15 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
25 //returns current locale,before executing setlocale().
35 //returns current locale,after executing setlocale().
H A Dsetlocale_variation4.phpt25 //returns current locale,before executing setlocale() .
H A Dsetlocale_variation5.phpt26 //returns current locale,before executing setlocale() .
/php-src/ext/curl/
H A Dinterface.c1304 zval *current; in build_mime_structure_from_hash() local
1327 ZVAL_DEREF(current); in build_mime_structure_from_hash()
1328 if (Z_TYPE_P(current) == IS_OBJECT && in build_mime_structure_from_hash()
1394 …if (Z_TYPE_P(current) == IS_OBJECT && instanceof_function(Z_OBJCE_P(current), curl_CURLStringFile_… in build_mime_structure_from_hash()
1448 if (Z_TYPE_P(current) == IS_ARRAY) { in build_mime_structure_from_hash()
2006 zval *current; in _php_curl_setopt() local
2051 ZEND_HASH_FOREACH_VAL(ph, current) { in _php_curl_setopt()
2052 ZVAL_DEREF(current); in _php_curl_setopt()
2582 struct curl_slist *current = slist; in PHP_FUNCTION() local
2584 while (current) { in PHP_FUNCTION()
[all …]
/php-src/ext/dom/tests/
H A DchildNodes_current_crash.phpt2 Crash in childNodes iterator current()
15 var_dump($iter->current()?->wholeText);
18 var_dump($iter->current()?->wholeText);
H A Dentity_reference_stale_02.phpt28 var_dump($iter->current()->publicId);
/php-src/ext/reflection/
H A Dphp_reflection.c2402 zend_generator *current; in ZEND_METHOD() local
2410 current = zend_generator_get_current(generator); in ZEND_METHOD()
2411 RETURN_OBJ_COPY(&current->std); in ZEND_METHOD()
/php-src/Zend/
H A Dzend_compile.c4553 void **current = handlers; in find_frameless_function_offset() local
4554 while (current) { in find_frameless_function_offset()
4555 if (*current == handler) { in find_frameless_function_offset()
4556 return current - handlers; in find_frameless_function_offset()
4558 current++; in find_frameless_function_offset()
5507 int current, remove_oplines = opline->op1.num; in zend_resolve_goto_label() local
5524 current = opline->extended_value; in zend_resolve_goto_label()
5525 for (; current != dest->brk_cont; current = CG(context).brk_cont_array[current].parent) { in zend_resolve_goto_label()
5526 if (current == -1) { in zend_resolve_goto_label()
5532 if (CG(context).brk_cont_array[current].start >= 0) { in zend_resolve_goto_label()
[all …]
H A Dzend_API.c2833 zend_type *current; in ZEND_END_ARG_INFO() local
2834 ZEND_TYPE_FOREACH(*type, current) { in ZEND_END_ARG_INFO()
2835 if (ZEND_TYPE_HAS_NAME(*current)) { in ZEND_END_ARG_INFO()
2836 zend_string *name = zend_new_interned_string(ZEND_TYPE_NAME(*current)); in ZEND_END_ARG_INFO()
2838 ZEND_TYPE_SET_PTR(*current, name); in ZEND_END_ARG_INFO()
2839 } else if (ZEND_TYPE_HAS_LIST(*current)) { in ZEND_END_ARG_INFO()
2841 ZEND_TYPE_FOREACH(*current, inner) { in ZEND_END_ARG_INFO()
5103 current->handling = EG(error_handling); in zend_save_error_handling()
5104 current->exception = EG(exception_class); in zend_save_error_handling()
5110 if (current) { in zend_replace_error_handling()
[all …]
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h104 lxb_selectors_nested_t *current; member
257 return selectors->current->entry->selector->list; in lxb_selectors_selector()
H A Dselectors.c627 current = selectors->current; in lxb_selectors_state_find_check()
677 current = selectors->current; in lxb_selectors_state_pseudo_class_function()
707 current->ctx = &current->found; in lxb_selectors_state_pseudo_class_function()
721 current->ctx = &current->found; in lxb_selectors_state_pseudo_class_function()
733 current->ctx = &current->found; in lxb_selectors_state_pseudo_class_function()
748 current->ctx = &current->found; in lxb_selectors_state_pseudo_class_function()
882 current = selectors->current; in lxb_selectors_state_after_find_has()
960 current = selectors->current; in lxb_selectors_state_after_find()
965 selectors->current = current->parent; in lxb_selectors_state_after_find()
1011 selectors->current = current->parent; in lxb_selectors_state_after_find()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c730 lxb_dom_node_t *node, *current; in lxb_html_tree_insertion_mode_in_body_form_closed() local
756 current = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_in_body_form_closed()
758 if (current != node) { in lxb_html_tree_insertion_mode_in_body_form_closed()
H A Din_row.c15 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_row() local
17 while ((current->local_name != LXB_TAG_TR in lxb_html_tree_clear_stack_back_to_table_row()
18 && current->local_name != LXB_TAG_TEMPLATE in lxb_html_tree_clear_stack_back_to_table_row()
19 && current->local_name != LXB_TAG_HTML) in lxb_html_tree_clear_stack_back_to_table_row()
20 || current->ns != LXB_NS_HTML) in lxb_html_tree_clear_stack_back_to_table_row()
23 current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_row()
H A Din_table.c15 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_context() local
17 while ((current->local_name != LXB_TAG_TABLE in lxb_html_tree_clear_stack_back_to_table_context()
18 && current->local_name != LXB_TAG_TEMPLATE in lxb_html_tree_clear_stack_back_to_table_context()
19 && current->local_name != LXB_TAG_HTML) in lxb_html_tree_clear_stack_back_to_table_context()
20 || current->ns != LXB_NS_HTML) in lxb_html_tree_clear_stack_back_to_table_context()
23 current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_context()
H A Din_table_body.c14 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_body() local
16 while ((current->local_name != LXB_TAG_TBODY in lxb_html_tree_clear_stack_back_to_table_body()
17 && current->local_name != LXB_TAG_TFOOT in lxb_html_tree_clear_stack_back_to_table_body()
18 && current->local_name != LXB_TAG_THEAD in lxb_html_tree_clear_stack_back_to_table_body()
19 && current->local_name != LXB_TAG_TEMPLATE in lxb_html_tree_clear_stack_back_to_table_body()
20 && current->local_name != LXB_TAG_HTML) in lxb_html_tree_clear_stack_back_to_table_body()
21 || current->ns != LXB_NS_HTML) in lxb_html_tree_clear_stack_back_to_table_body()
24 current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_body()

Completed in 141 milliseconds

12345678910>>...24