Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 60) sorted by path

123

/php-src/Zend/
H A Dzend_API.c2813 zend_type *current; in ZEND_END_ARG_INFO() local
5081 ZEND_API void zend_save_error_handling(zend_error_handling *current) /* {{{ */ in zend_save_error_handling()
5088 …handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /* {{{… in zend_replace_error_handling()
H A Dzend_compile.c4551 void **current = handlers; in find_frameless_function_offset() local
5505 int current, remove_oplines = opline->op1.num; in zend_resolve_goto_label() local
H A Dzend_gc.c1189 gc_root_buffer *current, *last; in gc_mark_roots() local
1362 gc_root_buffer *current; in gc_scan_roots() local
1610 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots() local
1793 gc_root_buffer *current, *last; in zend_gc_collect_cycles() local
H A Dzend_generators.c869 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
H A Dzend_generators.stub.php15 public function current(): mixed {} function in Generator
H A Dzend_interfaces.c548 ZEND_METHOD(InternalIterator, current) { in ZEND_METHOD() argument
H A Dzend_interfaces.stub.php16 public function current(): mixed; function
76 public function current(): mixed {} function in InternalIterator
H A Dzend_llist.c70 #define DEL_LLIST_ELEMENT(current, l) \ argument
90 zend_llist_element *current=l->head; in zend_llist_del_element() local
104 zend_llist_element *current=l->head, *next; in zend_llist_destroy() local
262 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_first_ex() local
275 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_last_ex() local
288 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_next_ex() local
302 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_prev_ex() local
/php-src/ext/curl/
H A Dinterface.c1359 static inline CURLcode add_simple_field(curl_mime *mime, zend_string *string_key, zval *current) in add_simple_field()
1388 zval *current; in build_mime_structure_from_hash() local
2038 zval *current; in _php_curl_setopt() local
2691 struct curl_slist *current = slist; in PHP_FUNCTION() local
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c814 timelib_time *current; in scan() local
/php-src/ext/date/
H A Dphp_date.c1549 zval current; member
H A Dphp_date.h107 timelib_time *current; member
H A Dphp_date.stub.php724 public ?DateTimeInterface $current; variable in DatePeriod
/php-src/ext/dom/
H A Dhtml_document.c265 const lxb_char_t current = application_data->current_input_characters[last_offset]; in dom_find_line_and_column_using_cache() local
/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
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
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
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
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c532 lxb_selectors_nested_t *current; in lxb_selectors_state_find_check() local
672 lxb_selectors_nested_t *current; in lxb_selectors_state_pseudo_class_function() local
868 lxb_selectors_nested_t *current; in lxb_selectors_state_after_find_has() local
958 lxb_selectors_nested_t *current; in lxb_selectors_state_after_find() local
1033 lxb_selectors_nested_t *current; in lxb_selectors_state_after_nth_child() local
H A Dselectors.h104 lxb_selectors_nested_t *current; member
/php-src/ext/hash/
H A Dhash_sha3.c110 uint64_t current = readLane(x, y); in permute() local
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php71 public function current(): int {} function in IntlBreakIterator
H A Dbreakiterator_methods.cpp254 U_CFUNC PHP_METHOD(IntlBreakIterator, current) in PHP_METHOD() argument
H A Dcodepointiterator_internal.cpp184 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/php-src/ext/intl/common/
H A Dcommon.stub.php740 public function current(): mixed {} function in IntlIterator

Completed in 136 milliseconds

123