Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 104) sorted by relevance

12345

/PHP-8.0/ext/spl/
H A Dspl_iterators.stub.php11 public function next() {} function in EmptyIterator
71 public function next() {} function in RecursiveIteratorIterator
136 public function next() {} function in IteratorIterator
150 public function next() {} function in FilterIterator
192 public function next() {} function in LimitIterator
212 public function next() {} function in CachingIterator
284 public function next() {} function in NoRewindIterator
304 public function next() {} function in AppendIterator
318 public function next() {} function in InfiniteIterator
H A Dspl_heap.stub.php53 public function next() {} function in SplPriorityQueue
107 public function next() {} function in SplHeap
H A Dspl_observer.stub.php65 public function next() {} function in SplObjectStorage
148 public function next() {} function in MultipleIterator
H A Dspl_dllist.c65 struct _spl_ptr_llist_element *next; member
150 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() 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
1015 PHP_METHOD(SplDoublyLinkedList, next) in PHP_METHOD() argument
1076 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local
/PHP-8.0/Zend/
H A Dzend_interfaces.stub.php19 public function next(); function
79 public function next(): void; function in InternalIterator
H A Dzend_generators.stub.php15 public function next(): void {} function in Generator
H A Dzend_llist.c104 zend_llist_element *current=l->head, *next; in zend_llist_destroy() local
164 zend_llist_element *element, *next; in zend_llist_apply_with_del() local
/PHP-8.0/ext/imap/
H A Dphp_imap.h97 struct php_imap_mailbox_struct *next; member
103 struct php_imap_error_struct *next; member
108 struct _php_imap_message_struct *next; member
/PHP-8.0/ext/session/
H A Dmod_mm.c42 struct ps_sd *next; member
85 ps_sd *ps, *next; in hash_split() local
246 ps_sd *sd, *next; in ps_mm_destroy() local
442 ps_sd *sd, *next; in PS_GC_FUNC() local
/PHP-8.0/ext/standard/
H A Dhtml.c187 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.0/ext/intl/common/
H A Dcommon.stub.php14 public function next() {} function in IntlIterator
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c917 void* next) in lsapi_activate_user_ini_basic_checks()
943 void* next) in lsapi_activate_user_ini_mk_path()
963 void* next) in lsapi_activate_user_ini_mk_realpath()
990 void* next) in lsapi_activate_user_ini_mk_user_config()
1026 void* next) in lsapi_activate_user_ini_walk_down_the_path()
1062 void* next) in lsapi_activate_user_ini_finally()
/PHP-8.0/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h35 struct pdo_sqlite_func *next; member
46 struct pdo_sqlite_collation *next; member
/PHP-8.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp174 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.0/ext/pcntl/
H A Dphp_pcntl.h76 struct php_pcntl_pending_signal *next; member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.h30 phpdbg_oplog_entry *next; member
H A Dphpdbg_cmd.c378 phpdbg_param_t *next = NULL; in phpdbg_stack_free() local
433 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push() local
/PHP-8.0/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member
/PHP-8.0/main/streams/
H A Dphp_stream_filter_api.h41 php_stream_bucket *next, *prev; member
107 php_stream_filter *next; member
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_hash.h50 zend_accel_hash_entry *next; member
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Doutput.c47 struct stk_rec *next; member
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_children.h22 struct fpm_child_s *prev, *next; member
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c582 zend_basic_block *next = cfg->blocks + block->successors[1]; in zend_optimize_block() local
982 zend_basic_block *next = b + 1; in assemble_code_blocks() local
1226 int next, jmp_hitlist_count; in zend_jmp_optimization() local
/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.h34 struct cdb_hplist *next; member
/PHP-8.0/ext/dba/libinifile/
H A Dinifile.h41 line_type next; member

Completed in 64 milliseconds

12345