Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/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.1/Zend/
H A Dzend_gc.c747 goto next; in gc_scan_black()
761 goto next; in gc_scan_black()
763 goto next; in gc_scan_black()
807 next: in gc_scan_black()
885 goto next; in gc_mark_grey()
931 next: in gc_mark_grey()
1000 goto next; in gc_scan()
1014 goto next; in gc_scan()
1101 next: in gc_scan()
1282 next: in gc_collect_white()
[all …]
/PHP-8.1/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 DSplFileObject_next_variation002.phpt2 SPL: SplFileObject::next variation 002, read ahead
16 $s->next();
23 $s->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.1/ext/spl/
H A Dspl_iterators.stub.php11 public function next(): void {} function in EmptyIterator
71 public function next(): void {} function in RecursiveIteratorIterator
136 public function next(): void {} function in IteratorIterator
150 public function next(): void {} function in FilterIterator
192 public function next(): void {} function in LimitIterator
212 public function next(): void {} function in CachingIterator
284 public function next(): void {} function in NoRewindIterator
304 public function next(): void {} function in AppendIterator
318 public function next(): void {} function in InfiniteIterator
H A Dspl_dllist.c130 next = current->next; in spl_ptr_llist_destroy()
133 current = next; in spl_ptr_llist_destroy()
190 elem->next = NULL; in spl_ptr_llist_push()
264 if (head->next) { in spl_ptr_llist_shift()
286 next = current->next; in spl_ptr_llist_copy()
288 current = next; in spl_ptr_llist_copy()
457 next = current->next; in spl_dllist_object_get_debug_info()
465 current = next; in spl_dllist_object_get_debug_info()
780 element->prev->next = element->next; in PHP_METHOD()
1031 next = current->next; in PHP_METHOD()
[all …]
/PHP-8.1/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.1/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.1/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.1/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.1/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.1/Zend/tests/
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.1/ext/phar/tests/zip/
H A Dphar_buildfromiterator9.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
58 next
H A Dphar_buildfromiterator4.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
58 next
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
58 next
H A Dphar_buildfromiterator9.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
58 next
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_hash.c117 entry = entry->next; in zend_accel_hash_update()
136 entry->next = accel_hash->hash_table[index]; in zend_accel_hash_update()
171 entry = entry->next; in zend_accel_hash_find_ex()
212 last_entry->next = entry->next; in zend_accel_hash_unlink()
214 accel_hash->hash_table[index] = entry->next; in zend_accel_hash_unlink()
219 entry = entry->next; in zend_accel_hash_unlink()

Completed in 52 milliseconds

12345678910>>...21