/php-src/ext/spl/ |
H A D | spl_iterators.stub.php | 11 public function next(): void {} function in EmptyIterator 80 public function next(): void {} function in RecursiveIteratorIterator 145 public function next(): void {} function in IteratorIterator 159 public function next(): void {} function in FilterIterator 201 public function next(): void {} function in LimitIterator 234 public function next(): void {} function in CachingIterator 306 public function next(): void {} function in NoRewindIterator 326 public function next(): void {} function in AppendIterator 340 public function next(): void {} function in InfiniteIterator
|
H A D | spl_heap.stub.php | 60 public function next(): void {} function in SplPriorityQueue 114 public function next(): void {} function in SplHeap
|
H A D | spl_observer.stub.php | 65 public function next(): void {} function in SplObjectStorage 160 public function next(): void {} function in MultipleIterator
|
H A D | spl_dllist.c | 60 struct _spl_ptr_llist_element *next; member 122 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local 278 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local 446 spl_ptr_llist_element *next = current->next; in spl_dllist_object_get_debug_info() local 939 PHP_METHOD(SplDoublyLinkedList, next) in PHP_METHOD() argument 1000 spl_ptr_llist_element *current = intern->llist->head, *next; in PHP_METHOD() local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | shs.h | 24 size_t next; member 32 uint32_t next; member
|
H A D | sbst.h | 27 unsigned short next; member
|
H A D | bst.h | 35 lexbor_bst_entry_t *next; member
|
/php-src/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
|
/php-src/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-src/ext/standard/ |
H A D | html.c | 183 unsigned char next; in get_next_char() local 207 unsigned char next; in get_next_char() local 233 unsigned char next; in get_next_char() local 260 unsigned char next; in get_next_char() local 288 unsigned next; in get_next_char() local 301 unsigned next; in get_next_char() local 830 const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ in traverse_for_entities() local 1270 *next = start; in php_escape_html_entities_ex() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_sccp.c | 586 ir_ref next; in ir_sccp_remove_if() local 628 ir_ref prev, next = IR_UNUSED; in ir_sccp_remove_unfeasible_merge_inputs() local 1216 ir_ref prev, next; in ir_merge_blocks() local 1290 ir_insn *next = &ctx->ir_base[next_ref]; in ir_try_remove_empty_diamond() local 1347 ir_insn *next = &ctx->ir_base[next_ref]; in ir_try_remove_empty_diamond() local 1450 ir_insn *next; in ir_optimize_phi() local 1536 ir_insn *next; in ir_optimize_phi() local 2128 ir_insn *next = &ctx->ir_base[next_ref]; in ir_optimize_merge() local 2557 ir_ref next = ctx->use_edges[ctx->use_lists[i].refs]; in ir_sccp() local
|
/php-src/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 30 struct pdo_sqlite_func *next; member 42 struct pdo_sqlite_collation *next; member
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 913 void* next) in lsapi_activate_user_ini_basic_checks() 939 void* next) in lsapi_activate_user_ini_mk_path() 959 void* next) in lsapi_activate_user_ini_mk_realpath() 986 void* next) in lsapi_activate_user_ini_mk_user_config() 1022 void* next) in lsapi_activate_user_ini_walk_down_the_path() 1058 void* next) in lsapi_activate_user_ini_finally()
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | style.h | 25 lxb_html_style_weak_t *next; member
|
H A D | token_attr.h | 42 lxb_html_token_attr_t *next; member
|
/php-src/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-src/ext/pcntl/ |
H A D | php_pcntl.h | 37 struct php_pcntl_pending_signal *next; member
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | element.c | 448 lxb_html_style_weak_t *weak, *prev, *next; in lxb_html_element_style_remove_all_not() local 502 lxb_html_style_weak_t *weak, *next; in lxb_html_element_style_remove_all() local 527 lxb_html_style_weak_t *weak, *prev, *next; in lxb_html_element_style_remove_by_list() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 384 phpdbg_param_t *next = NULL; in phpdbg_stack_free() local 438 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push() local
|
/php-src/ext/gd/libgd/ |
H A D | gdcache.h | 56 gdCache_element_t *next; member
|
/php-src/main/streams/ |
H A D | php_stream_filter_api.h | 41 php_stream_bucket *next, *prev; member 107 php_stream_filter *next; member
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_hash.h | 50 zend_accel_hash_entry *next; member
|
/php-src/Zend/Optimizer/ |
H A D | block_pass.c | 608 zend_basic_block *next = cfg->blocks + block->successors[1]; in zend_optimize_block() local 951 zend_basic_block *next = b + 1; in assemble_code_blocks() local 1187 int next, jmp_hitlist_count; in zend_jmp_optimization() local
|