Home
last modified time | relevance | path

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

123

/PHP-8.1/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.c975 gc_root_buffer *current, *last; in gc_mark_roots() local
1110 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_scan_roots() local
1294 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots() local
1449 gc_root_buffer *current, *last; in zend_gc_collect_cycles() local
/PHP-8.1/ext/spl/
H A Dspl_iterators.stub.php8 public function current(): never {} function in EmptyIterator
68 public function current(): mixed {} function in RecursiveIteratorIterator
133 public function current(): mixed {} function in IteratorIterator
281 public function current(): mixed {} function in NoRewindIterator
301 public function current(): mixed {} function in AppendIterator
383 public function current(): mixed {} function in RecursiveTreeIterator
H A Dspl_heap.stub.php41 public function current(): mixed {} function in SplPriorityQueue
101 public function current(): mixed {} function in SplHeap
H A Dspl_dllist.c127 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local
143 spl_ptr_llist_element *current; in spl_ptr_llist_offset() local
283 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local
436 spl_ptr_llist_element *current = intern->llist->head, *next; in spl_dllist_object_get_debug_info() local
480 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_gc() local
992 PHP_METHOD(SplDoublyLinkedList, current) in PHP_METHOD() argument
1014 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local
1111 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
148 public function current(): array {} function in MultipleIterator
H A Dspl_directory.stub.php136 public function current(): mixed {} // TODO narrow return type function in DirectoryIterator
159 public function current(): string|SplFileInfo|FilesystemIterator {} function in FilesystemIterator
261 public function current(): string|array|false {} function in SplFileObject
H A Dspl_dllist.stub.php71 public function current(): mixed {} function in SplDoublyLinkedList
H A Dspl_array.stub.php204 public function current(): mixed {} function in ArrayIterator
/PHP-8.1/ext/intl/common/
H A Dcommon.stub.php8 public function current(): mixed {} function in IntlIterator
H A Dcommon_enum.h62 zval current; member
H A Dcommon_enum.cpp208 PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zval current; member
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator.stub.php28 public function current(): int {} function in IntlBreakIterator
H A Dcodepointiterator_internal.cpp184 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
H A Dbreakiterator_methods.cpp254 U_CFUNC PHP_METHOD(IntlBreakIterator, current) in PHP_METHOD() argument
/PHP-8.1/ext/zend_test/
H A Diterators.c30 zval current; member
/PHP-8.1/ext/simplexml/
H A Dsimplexml.stub.php64 public function current(): SimpleXMLElement {} function in SimpleXMLElement
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.c473 current = 0L; in phpdbg_stack_verify() local
/PHP-8.1/ext/date/
H A Dphp_date.h88 timelib_time *current; member
/PHP-8.1/ext/date/lib/
H A Dtm2unixtime.c379 timelib_time_offset *current, *after; in do_adjust_timezone() local
/PHP-8.1/ext/standard/
H A Dscanf.c583 zval *current; in php_sscanf_internal() local
/PHP-8.1/main/streams/
H A Dfilter.c403 php_stream_filter *current; in _php_stream_filter_flush() local

Completed in 54 milliseconds

123