Home
last modified time | relevance | path

Searched refs:next (Results 176 – 200 of 463) sorted by relevance

12345678910>>...19

/PHP-7.4/Zend/tests/
H A Dbug79364.phpt2 Bug #79364 (When copy empty array, next key is unspecified)
H A Dbug74840.phpt15 $g->next();
H A Dbug47836.phpt12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
/PHP-7.4/ext/spl/tests/
H A Dbug73423.phpt20 public Function next ()
22 next ($this->foo);
H A Dbug67538.phpt13 $list->next();
H A Diterator_041a.phpt51 function next()
54 return parent::next();
H A Ddllist_007.phpt12 var_dump($a->current(), $a->next());
H A Dbug67359.phpt17 $it->next();
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c86 head->next = c->head; in cdb_make_addend()
153 for (x = c->head; x; x = x->next) { in cdb_make_finish()
186 for (x = c->head; x; x = x->next) { in cdb_make_finish()
225 x = x->next; in cdb_make_finish()
/PHP-7.4/Zend/tests/generators/
H A Dbug67497.phpt17 $values->next();
H A Dyield_from_multi_tree_exception.phpt36 $gen->next();
71 #4 %s(%d): Generator->next()
H A Dgc_with_iterator_in_foreach.phpt14 $gen->next();
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h64 zend_ssa_phi *next; /* next Phi in the same BB */ member
263 int _var_num = (var) - ssa->vars, next; \
264 for (use = (var)->use_chain; use >= 0; use = next) { \
265 next = zend_ssa_next_use(ssa->ops, _var_num, use);
293 for (; phi; phi = phi->next) {
H A Dblock_pass.c937 while (next < end && !(next->flags & ZEND_BB_REACHABLE)) { in assemble_code_blocks()
938 next++; in assemble_code_blocks()
940 if (next < end && next == blocks + b->successors[0]) { in assemble_code_blocks()
1120 next++; in zend_jmp_optimization()
1189 cs = cs->next; in zend_jmp_optimization()
1199 next = next->follow_to; in zend_jmp_optimization()
1205 prev = prev->next; in zend_jmp_optimization()
1207 prev->next = next->next; in zend_jmp_optimization()
1208 next->next = block->next; in zend_jmp_optimization()
1499 while (next < cfg->blocks_count && !(blocks[next].flags & ZEND_BB_REACHABLE)) { in zend_jmp_optimization()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c47 zend_regexp_list *next; member
179 it->next = NULL; in zend_accel_blacklist_update_regexp()
199 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
223 it = it->next; in zend_accel_blacklist_shutdown()
368 regexp_list_it = regexp_list_it->next;
/PHP-7.4/ext/reflection/tests/
H A D027.phpt13 $g->next();
/PHP-7.4/ext/standard/tests/array/
H A Dbug61058.phpt8 Warning: array_fill(): Cannot add element to the array as the next element is already occupied in %…
H A Dcurrent_variation6.phpt9 next($array);
H A Darray_pop_variation.phpt29 var_dump( next($mixed_array[1]) );
32 var_dump( next($mixed_array[1]) );
/PHP-7.4/ext/imap/
H A Dphp_imap.h99 struct php_imap_mailbox_struct *next; member
105 struct php_imap_error_struct *next; member
110 struct _php_imap_message_struct *next; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.h32 phpdbg_oplog_entry *next; member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.h22 struct fpm_child_s *prev, *next; member
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re79 struct placeholder *next;
124 plc->next = NULL;
139 placetail->next = plc;
186 for (plc = placeholders; plc; plc = plc->next) {
208 for (plc = placeholders; plc && params; plc = plc->next) {
354 plc = plc->next;
381 for (plc = placeholders; plc; plc = plc->next) {
427 for (plc = placeholders; plc; plc = plc->next) {
444 placeholders = plc->next;
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.h31 datanode *prev, *next ; member
85 #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL)
/PHP-7.4/ext/date/tests/
H A Dbug33415-1.phpt11 $strtotime_tstamp = strtotime("next Monday", $tStamp);
19 $strtotime_tstamp = strtotime("next Sunday", $tStamp);

Completed in 37 milliseconds

12345678910>>...19