/PHP-8.2/ext/spl/ |
H A D | spl_iterators.stub.php | 11 public function next(): void {} function in EmptyIterator 92 public function next(): void {} function in RecursiveIteratorIterator 157 public function next(): void {} function in IteratorIterator 171 public function next(): void {} function in FilterIterator 213 public function next(): void {} function in LimitIterator 264 public function next(): void {} function in CachingIterator 336 public function next(): void {} function in NoRewindIterator 356 public function next(): void {} function in AppendIterator 370 public function next(): void {} function in InfiniteIterator
|
H A D | spl_heap.stub.php | 69 public function next(): void {} function in SplPriorityQueue 123 public function next(): void {} function in SplHeap
|
H A D | spl_observer.stub.php | 65 public function next(): void {} function in SplObjectStorage 172 public function next(): void {} function in MultipleIterator
|
H A D | spl_dllist.c | 63 struct _spl_ptr_llist_element *next; member 125 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local 281 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local 434 spl_ptr_llist_element *current = intern->llist->head, *next; in spl_dllist_object_get_debug_info() local 950 PHP_METHOD(SplDoublyLinkedList, next) in PHP_METHOD() argument 1011 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.h | 92 struct php_imap_mailbox_struct *next; member 98 struct php_imap_error_struct *next; member 103 struct _php_imap_message_struct *next; member
|
/PHP-8.2/Zend/ |
H A D | zend_interfaces.stub.php | 19 public function next(): void; function 80 public function next(): void {} function in InternalIterator
|
H A D | zend_generators.stub.php | 19 public function next(): void {} function in Generator
|
H A D | zend_llist.c | 104 zend_llist_element *current=l->head, *next; in zend_llist_destroy() local 166 zend_llist_element *element, *next; in zend_llist_apply_with_del() local
|
H A D | zend_llist.h | 24 struct _zend_llist_element *next; member
|
/PHP-8.2/ext/session/ |
H A D | mod_mm.c | 42 struct ps_sd *next; member 86 ps_sd *ps, *next; in hash_split() local 244 ps_sd *sd, *next; in ps_mm_destroy() local 440 ps_sd *sd, *next; in PS_GC_FUNC() local
|
/PHP-8.2/ext/standard/ |
H A D | html.c | 187 unsigned char next; in get_next_char() local 211 unsigned char next; in get_next_char() local 237 unsigned char next; in get_next_char() local 264 unsigned char next; in get_next_char() local 292 unsigned next; in get_next_char() local 305 unsigned next; in get_next_char() local 838 const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ in traverse_for_entities() local 1278 *next = start; in php_escape_html_entities_ex() local
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapi_main.c | 914 void* next) in lsapi_activate_user_ini_basic_checks() 940 void* next) in lsapi_activate_user_ini_mk_path() 960 void* next) in lsapi_activate_user_ini_mk_realpath() 987 void* next) in lsapi_activate_user_ini_mk_user_config() 1023 void* next) in lsapi_activate_user_ini_walk_down_the_path() 1059 void* next) in lsapi_activate_user_ini_finally()
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 174 int32_t CodePointBreakIterator::next(void) in next() function in CodePointBreakIterator 216 int32_t CodePointBreakIterator::next(int32_t n) in next() function in CodePointBreakIterator
|
/PHP-8.2/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 35 struct pdo_sqlite_func *next; member 46 struct pdo_sqlite_collation *next; member
|
/PHP-8.2/ext/pcntl/ |
H A D | php_pcntl.h | 37 struct php_pcntl_pending_signal *next; member
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 382 phpdbg_param_t *next = NULL; in phpdbg_stack_free() local 437 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push() local
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdcache.h | 59 gdCache_element_t *next; member
|
/PHP-8.2/main/streams/ |
H A D | php_stream_filter_api.h | 41 php_stream_bucket *next, *prev; member 107 php_stream_filter *next; member
|
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_hash.h | 50 zend_accel_hash_entry *next; member
|
/PHP-8.2/Zend/Optimizer/ |
H A D | block_pass.c | 608 zend_basic_block *next = cfg->blocks + block->successors[1]; in zend_optimize_block() local 952 zend_basic_block *next = b + 1; in assemble_code_blocks() local 1186 int next, jmp_hitlist_count; in zend_jmp_optimization() local
|
H A D | zend_dfg.c | 25 const zend_op *next; in _zend_dfg_add_use_def_op() local
|
/PHP-8.2/ext/bcmath/libbcmath/src/ |
H A D | output.c | 47 struct stk_rec *next; member
|
/PHP-8.2/ext/dba/libcdb/ |
H A D | cdb_make.h | 34 struct cdb_hplist *next; member
|
/PHP-8.2/ext/dba/libinifile/ |
H A D | inifile.h | 41 line_type next; member
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_children.h | 23 struct fpm_child_s *prev, *next; member
|