/PHP-8.0/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 260 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_first_ex() local 273 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_last_ex() local 286 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_next_ex() local 300 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(); function 74 public function current(); function in InternalIterator
|
H A D | zend_generators.stub.php | 11 public function current(): mixed {} function in Generator
|
H A D | zend_gc.c | 969 gc_root_buffer *current, *last; in gc_mark_roots() local 1118 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_scan_roots() local 1296 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots() local 1446 gc_root_buffer *current, *last; in zend_gc_collect_cycles() local
|
/PHP-8.0/ext/spl/ |
H A D | spl_iterators.stub.php | 8 public function current() {} function in EmptyIterator 68 public function current() {} function in RecursiveIteratorIterator 133 public function current() {} function in IteratorIterator 281 public function current() {} function in NoRewindIterator 301 public function current() {} function in AppendIterator 381 public function current() {} function in RecursiveTreeIterator
|
H A D | spl_heap.stub.php | 41 public function current() {} function in SplPriorityQueue 101 public function current() {} function in SplHeap
|
H A D | spl_dllist.c | 150 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local 169 spl_ptr_llist_element *current; in spl_ptr_llist_offset() local 324 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local 485 spl_ptr_llist_element *current = intern->llist->head, *next; in spl_dllist_object_get_debug_info() local 529 spl_ptr_llist_element *current = intern->llist->head; in spl_dllist_object_get_gc() local 1054 PHP_METHOD(SplDoublyLinkedList, current) in PHP_METHOD() argument 1076 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local 1173 spl_ptr_llist_element *current = intern->llist->head; in PHP_METHOD() local
|
H A D | spl_observer.stub.php | 62 public function current() {} function in SplObjectStorage 145 public function current() {} function in MultipleIterator
|
H A D | spl_directory.stub.php | 129 public function current() {} function in DirectoryIterator 152 public function current() {} function in FilesystemIterator 254 public function current() {} function in SplFileObject
|
H A D | spl_dllist.stub.php | 71 public function current() {} function in SplDoublyLinkedList
|
H A D | spl_array.stub.php | 204 public function current() {} function in ArrayIterator
|
/PHP-8.0/ext/intl/common/ |
H A D | common.stub.php | 8 public function current() {} function in IntlIterator
|
H A D | common_enum.h | 62 zval current; member
|
H A D | common_enum.cpp | 207 PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
|
/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_iterator.h | 27 zval current; member
|
/PHP-8.0/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 28 public function current() {} function in IntlBreakIterator
|
H A D | codepointiterator_internal.cpp | 184 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
|
H A D | breakiterator_methods.cpp | 256 U_CFUNC PHP_METHOD(IntlBreakIterator, current) in PHP_METHOD() argument
|
/PHP-8.0/ext/simplexml/ |
H A D | simplexml.stub.php | 63 public function current() {} function in SimpleXMLElement
|
/PHP-8.0/ext/date/ |
H A D | php_date.h | 84 timelib_time *current; member
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 473 current = 0L; in phpdbg_stack_verify() local
|
/PHP-8.0/ext/standard/ |
H A D | scanf.c | 581 zval *current; in php_sscanf_internal() local
|
/PHP-8.0/main/streams/ |
H A D | filter.c | 403 php_stream_filter *current; in _php_stream_filter_flush() local
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3259 static sljit_sw SLJIT_FUNC do_search_mark(sljit_sw *current, PCRE2_SPTR skip_arg) in do_search_mark() 12098 #define COMPILE_BACKTRACKINGPATH(current) \ argument 12109 …c void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_iterator_backtrackingpath() 12237 …id compile_ref_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_ref_iterator_backtrackingpath() 12262 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath() 12282 …tic void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_assert_backtrackingpath() 12351 …ic void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracket_backtrackingpath() 12818 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath() 12858 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath() 12944 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath() [all …]
|
/PHP-8.0/ext/curl/ |
H A D | interface.c | 2003 zval *current; in build_mime_structure_from_hash() local 2635 zval *current; in _php_curl_setopt() local 3230 struct curl_slist *current = slist; in PHP_FUNCTION() local
|