Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 67) sorted by relevance

123

/php-src/Zend/
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
H A Dzend_interfaces.stub.php16 public function current(): mixed; function
76 public function current(): mixed {} function in InternalIterator
H A Dzend_generators.stub.php15 public function current(): mixed {} function in Generator
H A Dzend_gc.c1209 gc_root_buffer *current, *last; in gc_mark_roots() local
1382 gc_root_buffer *current; in gc_scan_roots() local
1630 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots() local
1813 gc_root_buffer *current; in gc_call_destructors() local
1927 gc_root_buffer *current, *last; in zend_gc_collect_cycles() local
/php-src/ext/spl/
H A Dspl_iterators.stub.php8 public function current(): never {} function in EmptyIterator
77 public function current(): mixed {} function in RecursiveIteratorIterator
142 public function current(): mixed {} function in IteratorIterator
303 public function current(): mixed {} function in NoRewindIterator
323 public function current(): mixed {} function in AppendIterator
437 public function current(): mixed {} function in RecursiveTreeIterator
H A Dspl_heap.stub.php48 public function current(): mixed {} function in SplPriorityQueue
108 public function current(): mixed {} function in SplHeap
H A Dspl_dllist.c119 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local
135 spl_ptr_llist_element *current; in spl_ptr_llist_offset() local
275 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local
427 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_debug_info() local
464 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_gc() local
973 PHP_METHOD(SplDoublyLinkedList, current) in PHP_METHOD() argument
995 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local
1090 spl_ptr_llist_element *current = intern->llist->head; in PHP_METHOD() local
H A Dspl_observer.stub.php62 public function current(): object {} function in SplObjectStorage
157 public function current(): array {} function in MultipleIterator
H A Dspl_directory.stub.php139 public function current(): mixed {} // TODO narrow return type function in DirectoryIterator
187 public function current(): string|SplFileInfo|FilesystemIterator {} function in FilesystemIterator
298 public function current(): string|array|false {} function in SplFileObject
H A Dspl_dllist.stub.php80 public function current(): mixed {} function in SplDoublyLinkedList
/php-src/ext/dom/
H A Dinfra.c41 const char *current = start; in dom_strip_and_collapse_ascii_whitespace() local
H A Dprivate_data.c81 xmlNodePtr current = base->children; in php_dom_free_templated_content() 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/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zval current; member
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c592 lxb_selectors_nested_t *current; in lxb_selectors_state_find_check() local
724 lxb_selectors_nested_t *current; in lxb_selectors_state_pseudo_class_function() local
920 lxb_selectors_nested_t *current; in lxb_selectors_state_after_find_has() local
1010 lxb_selectors_nested_t *current; in lxb_selectors_state_after_find() local
1085 lxb_selectors_nested_t *current; in lxb_selectors_state_after_nth_child() local
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
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_body.c14 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_body() 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
/php-src/ext/intl/common/
H A Dcommon_enum.h62 zval current; member
H A Dcommon_enum.cpp206 PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php71 public function current(): int {} function in IntlBreakIterator
H A Dcodepointiterator_internal.cpp184 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/php-src/ext/zend_test/
H A Diterators.c30 zval current; member
/php-src/ext/simplexml/
H A Dsimplexml.stub.php64 public function current(): SimpleXMLElement {} function in SimpleXMLElement

Completed in 60 milliseconds

123