Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 57) 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.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
/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.c122 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, *next; in spl_dllist_object_get_debug_info() local
474 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_gc() local
983 PHP_METHOD(SplDoublyLinkedList, current) in PHP_METHOD() argument
1005 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local
1100 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
155 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
H A Dspl_array.stub.php214 public function current(): mixed {} function in ArrayIterator
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zval current; member
/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
/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/sapi/phpdbg/
H A Dphpdbg_cmd.c474 current = 0L; in phpdbg_stack_verify() local
/php-src/ext/standard/
H A Dscanf.c583 zval *current; in php_sscanf_internal() local
/php-src/ext/date/
H A Dphp_date.h107 timelib_time *current; member

Completed in 80 milliseconds

123