Home
last modified time | relevance | path

Searched refs:next (Results 51 – 75 of 547) sorted by relevance

12345678910>>...22

/PHP-8.2/Zend/tests/fibers/
H A Dno-switch-gc.phpt8 $a = new class { public $next; };
11 public $next;
17 $a->next = $b;
18 $b->next = $a;
/PHP-8.2/Zend/tests/
H A Dgh9916-011.phpt20 $from->next();
27 print "Before next\n";
28 $gen->next();
39 Before next
H A Dbug71266.phpt16 next($obj);
23 Deprecated: next(): Calling next() on an object is deprecated in %s on line %d
H A Dforeach_003.phpt25 function next(): void {$this->trap(__FUNCTION__); $this->n++;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
67 next
69 next
71 next
/PHP-8.2/main/streams/
H A Dfilter.c162 bucket->next = brigade->head; in php_stream_bucket_prepend()
181 bucket->next = NULL; in php_stream_bucket_append()
184 brigade->tail->next = bucket; in php_stream_bucket_append()
195 bucket->prev->next = bucket->next; in php_stream_bucket_unlink()
199 if (bucket->next) { in php_stream_bucket_unlink()
287 filter->next = chain->head; in php_stream_filter_prepend_ex()
311 filter->next = NULL; in php_stream_filter_append_ex()
313 chain->tail->next = filter; in php_stream_filter_append_ex()
392 filter->prev->next = NULL; in _php_stream_filter_append()
486 filter->prev->next = filter->next; in php_stream_filter_remove()
[all …]
/PHP-8.2/ext/spl/tests/
H A Diterator_022.phpt53 $this->next();
70 function next(): void
73 parent::next();
135 RecursiveArrayIteratorIterator::next
145 RecursiveArrayIteratorIterator::next
155 RecursiveArrayIteratorIterator::next
161 RecursiveArrayIteratorIterator::next
173 RecursiveArrayIteratorIterator::next
176 RecursiveArrayIteratorIterator::next
H A Ddllist_010.phpt17 $dll->next();
19 $dll->next();
20 $dll->next();
H A Ddit_005.phpt10 $a->next();
11 $a->next();
12 $a->next();
H A Drecursiveiteratoriterator_getsubiterator_variation_003.phpt12 $iterator->next();
13 $iterator->next();
14 $iterator->next();
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt12 $iterator->next();
13 $iterator->next();
16 $iterator->next();
H A Dbug46031.phpt2 Bug #46031 (Segfault in AppendIterator::next)
6 var_dump($x->next());
/PHP-8.2/ext/phar/tests/
H A Dphar_oo_004.phpt58 function next(): void
61 parent::next();
104 MyDirectoryIterator::next
110 MyDirectoryIterator::next
116 MyDirectoryIterator::next
122 MyDirectoryIterator::next
H A Dphar_buildfromiterator9.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
58 next
/PHP-8.2/Zend/tests/generators/
H A Dbacktrace_multi_yield_from.phpt20 $gen2->next();
22 $gen2->next();
31 #2 %s(19): Generator->next()
H A Dbug70904.phpt21 $g1->next();
25 $g2->next();
28 $g2->next();
/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h475 h->next = NULL; \
479 h_tail->next = h; \
492 h->next = NULL; \
496 h_tail->next = h; \
508 h->next = NULL; \
512 h_tail->next = h; \
524 h->next = NULL; \
539 h->next = NULL; \
554 h->next = NULL; \
571 h->next = NULL; \
[all …]
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp67 int32_t pos = biter->next(); in _breakiterator_move_forward()
160 next; in _breakiterator_parts_move_forward() local
166 next = bio->biter->next(); in _breakiterator_parts_move_forward()
167 if (next == BreakIterator::DONE) { in _breakiterator_parts_move_forward()
174 iter->index = next; in _breakiterator_parts_move_forward()
175 zoi_bit->index_right = next; in _breakiterator_parts_move_forward()
183 assert(next <= Z_STRLEN(bio->text) && next >= cur); in _breakiterator_parts_move_forward()
184 res = zend_string_alloc(next - cur, 0); in _breakiterator_parts_move_forward()
/PHP-8.2/ext/soap/
H A Dphp_packet_soap.c71 trav = trav->next; in parse_packet_soap()
96 attr = attr->next; in parse_packet_soap()
103 trav = trav->next; in parse_packet_soap()
107 trav = trav->next; in parse_packet_soap()
113 trav = trav->next; in parse_packet_soap()
117 trav = trav->next; in parse_packet_soap()
120 trav = trav->next; in parse_packet_soap()
146 attr = attr->next; in parse_packet_soap()
172 attr = attr->next; in parse_packet_soap()
252 resp = resp->next; in parse_packet_soap()
[all …]
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_next_variation002.phpt2 SPL: SplFileObject::next variation 002, read ahead
16 $s->next();
23 $s->next();
/PHP-8.2/ext/spl/
H A Dspl_dllist.c125 next = current->next; in spl_ptr_llist_destroy()
128 current = next; in spl_ptr_llist_destroy()
185 elem->next = NULL; in spl_ptr_llist_push()
259 if (head->next) { in spl_ptr_llist_shift()
270 head->next = NULL; in spl_ptr_llist_shift()
281 next = current->next; in spl_ptr_llist_copy()
283 current = next; in spl_ptr_llist_copy()
452 next = current->next; in spl_dllist_object_get_debug_info()
460 current = next; in spl_dllist_object_get_debug_info()
775 element->prev->next = element->next; in PHP_METHOD()
[all …]
H A Dspl_iterators.stub.php11 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
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
53 next
H A Dphar_buildfromiterator9.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
53 next
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
52 next
H A Dphar_buildfromiterator9.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
52 next

Completed in 62 milliseconds

12345678910>>...22