Home
last modified time | relevance | path

Searched refs:next (Results 76 – 100 of 449) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/spl/tests/
H A Diterator_041.phpt51 function next()
54 return parent::next();
103 State 6: next()
115 State 6: next()
H A Diterator_041b.phpt51 function next()
54 return parent::next();
107 State 6: next()
120 State 6: next()
H A DSplFileObject_next_basic.phpt2 SPL: SplFileObject::next basic
15 $s->next();
H A Ddllist_memleak.phpt14 $dll->next();
15 $dll->next();
H A DSplFileObject_next_variation001.phpt2 SPL: SplFileObject::next variation 001
18 $s->next();
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt12 $iterator->next();
14 $iterator->next();
/PHP-5.5/ext/spl/internal/
H A Dinfiniteiterator.inc35 /** Move the inner Iterator forward to its next element or rewind it.
38 function next()
40 $this->getInnerIterator()->next();
H A Dfilteriterator.inc57 * Fetch next element and store it.
66 $this->it->next();
71 * Move to next element
75 function next() {
76 $this->it->next();
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c302 q->head->next = NULL; in Q_PushHead()
306 q->head->next = (datanode*)n; in Q_PushHead()
357 p->next = q->tail; in Q_PushTail()
360 q->tail->next = NULL; in Q_PushTail()
399 n = q->head->next; in Q_PopHead()
450 q->tail->next = NULL; in Q_PopTail()
482 if(!q->cursor || q->cursor->next == NULL) in Q_Next()
485 q->cursor = (node *)q->cursor->next; in Q_Next()
538 n = ((node*)iter)->next; in Q_Iter_Del()
545 p->next = n; in Q_Iter_Del()
[all …]
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c1203 next = cur_block->next; in assemble_code_blocks()
1204 while (next && !next->access) { in assemble_code_blocks()
1205 next = next->next; in assemble_code_blocks()
1333 while (next && !next->access) { in zend_jmp_optimization()
1335 next = next->next; in zend_jmp_optimization()
1437 next = next->follow_to; in zend_jmp_optimization()
1445 prev->next = next->next; in zend_jmp_optimization()
1446 next->next = block->next; in zend_jmp_optimization()
1725 zend_code_block *next = block->next; in zend_jmp_optimization() local
1727 while (next && !next->access) { in zend_jmp_optimization()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_next_error1.phpt2 next - ensure warning is received when passing an indirect temporary.
8 var_dump(next(f()));
H A Dreset_basic.phpt21 echo "\n-- Call to next() --\n";
22 var_dump(next($array));
37 -- Call to next() --
H A Dkey_variation3.phpt25 next($array1);
27 echo "\n-- Position after calling next() --\n";
40 -- Position after calling next() --
/PHP-5.5/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt8 $gen->next();
13 $gen->next();
/PHP-5.5/ext/soap/
H A Dphp_schema.c268 trav = trav->next; in load_schema()
291 trav = trav->next; in load_schema()
376 trav = trav->next; in schema_simpleType()
447 trav = trav->next; in schema_list()
477 trav = trav->next; in schema_list()
510 next = NULL; in schema_union()
513 next = end+1; in schema_union()
538 start = next; in schema_union()
546 trav = trav->next; in schema_union()
576 trav = trav->next; in schema_union()
[all …]
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt27 function next() {
82 c_iter::next
92 c_iter::next
102 c_iter::next
/PHP-5.5/Zend/tests/generators/
H A Dthrow_already_closed.phpt11 $gen->next();
12 $gen->next();
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator3.phpt17 function next() {
18 echo "next\n";
19 return next($this->a);
H A Dphar_buildfromiterator6.phpt17 function next() {
18 echo "next\n";
19 return next($this->a);
/PHP-5.5/tests/classes/
H A Diterators_007.phpt13 …public function next() { if ($this->x == 3) throw new Exception(__METHOD__); next($this->arr)…
41 Caught in Test::next()
/PHP-5.5/Zend/
H A Dzend_gc.c106 GC_G(roots).next = &GC_G(roots); in gc_reset()
173 newRoot->next = GC_G(roots).next; in gc_zval_possible_root()
175 GC_G(roots).next->prev = newRoot; in gc_zval_possible_root()
176 GC_G(roots).next = newRoot; in gc_zval_possible_root()
227 newRoot->next = GC_G(roots).next; in gc_zobj_possible_root()
230 GC_G(roots).next = newRoot; in gc_zobj_possible_root()
502 current = current->next; in gc_mark_roots()
624 current = current->next; in gc_scan_roots()
771 current = current->next; in gc_collect_roots()
816 p = p->u.next; in gc_collect_cycles()
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug33414-2.phpt9 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
17 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
25 $strtotime_tstamp = strtotime("next Monday", $tStamp);
33 $strtotime_tstamp = strtotime("next Monday", $tStamp);
41 $strtotime_tstamp = strtotime("next Monday", $tStamp);
49 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
57 $strtotime_tstamp = strtotime("next Wednesday", $tStamp);
65 $strtotime_tstamp = strtotime("next Saturday", $tStamp);
73 $strtotime_tstamp = strtotime("next Friday", $tStamp);
/PHP-5.5/ext/xmlreader/tests/
H A Dbug51936.phpt14 $xmlreader->next();
16 $xmlreader2->next();
H A D009.phpt2 XMLReader: libxml2 XML Reader, next
19 $reader->next();
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c793 char *next; local
918 next = tmpstr;
921 next = string;
927 ch = *next;
936 next++;
968 next += len;
985 c = *next;
987 next++;
1011 if (*next) next++;
1021 next++;
[all …]

Completed in 50 milliseconds

12345678910>>...18