/php-src/Zend/ |
H A D | zend_llist.c | 70 #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 D | zend_interfaces.stub.php | 16 public function current(): mixed; function 76 public function current(): mixed {} function in InternalIterator
|
H A D | zend_generators.stub.php | 15 public function current(): mixed {} function in Generator
|
H A D | zend_gc.c | 1209 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 D | spl_iterators.stub.php | 8 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 436 public function current(): mixed {} function in RecursiveTreeIterator
|
H A D | spl_heap.stub.php | 48 public function current(): mixed {} function in SplPriorityQueue 108 public function current(): mixed {} function in SplHeap
|
H A D | spl_dllist.c | 122 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local 138 spl_ptr_llist_element *current; in spl_ptr_llist_offset() local 278 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local 430 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_debug_info() local 467 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_gc() local 978 PHP_METHOD(SplDoublyLinkedList, current) in PHP_METHOD() argument 1000 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local 1099 spl_ptr_llist_element *current = intern->llist->head; in PHP_METHOD() local
|
H A D | spl_observer.stub.php | 62 public function current(): object {} function in SplObjectStorage 157 public function current(): array {} function in MultipleIterator
|
H A D | spl_directory.stub.php | 136 public function current(): mixed {} // TODO narrow return type function in DirectoryIterator 184 public function current(): string|SplFileInfo|FilesystemIterator {} function in FilesystemIterator 295 public function current(): string|array|false {} function in SplFileObject
|
H A D | spl_dllist.stub.php | 80 public function current(): mixed {} function in SplDoublyLinkedList
|
/php-src/ext/dom/ |
H A D | infra.c | 41 const char *current = start; in dom_strip_and_collapse_ascii_whitespace() local
|
H A D | private_data.c | 81 xmlNodePtr current = base->children; in php_dom_free_templated_content() local
|
/php-src/ext/dom/lexbor/lexbor/selectors/ |
H A D | selectors.c | 532 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 D | selectors.h | 104 lxb_selectors_nested_t *current; member
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle_iterator.h | 27 zval current; member
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.c | 592 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 D | in_row.c | 15 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_row() local
|
H A D | in_table_body.c | 14 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_body() local
|
H A D | in_table.c | 15 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 D | common_enum.h | 62 zval current; member
|
H A D | common_enum.cpp | 206 PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 71 public function current(): int {} function in IntlBreakIterator
|
H A D | codepointiterator_internal.cpp | 184 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
|
/php-src/ext/zend_test/ |
H A D | iterators.c | 30 zval current; member
|
/php-src/ext/simplexml/ |
H A D | simplexml.stub.php | 64 public function current(): SimpleXMLElement {} function in SimpleXMLElement
|