Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/sapi/fuzzer/corpus/unserialize/
H A Dbug713131 …3:{x:i:2;O:8:"stdClass":0:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:7;,R:2;s:4:"nex…
/PHP-8.1/ext/spl/tests/
H A Ddit_004.phpt15 $a->next();
16 $a->next();
17 $a->next();
H A Dobserver_002.phpt32 function next(): void
35 parent::next();
154 MyObjectStorage::next()
159 MyObjectStorage::next()
164 MyObjectStorage::next()
174 MyObjectStorage::next()
179 MyObjectStorage::next()
195 MyObjectStorage::next()
H A Dbug49263.phpt10 $s->attach($o1, array('prev' => 2, 'next' => $o2));
19 O:16:"SplObjectStorage":2:{i:0;a:4:{i:0;O:8:"stdClass":0:{}i:1;a:2:{s:4:"prev";i:2;s:4:"next";O:8:"…
32 ["next"]=>
H A Dbug31346.phpt2 Bug #31486 (ArrayIterator::next segfaults)
13 $i->next();
H A Dbug74519.phpt10 $events->next();
14 $iterator->next();
H A Diterator_034.phpt70 function next(): void
73 parent::next();
129 RecursiveArrayIteratorIterator::next()
139 RecursiveArrayIteratorIterator::next()
149 RecursiveArrayIteratorIterator::next()
155 RecursiveArrayIteratorIterator::next()
167 RecursiveArrayIteratorIterator::next()
H A DarrayObject_getIteratorClass_basic1.phpt30 function next(): void {
33 parent::next();
83 In MyIterator::next()
88 In MyIterator::next()
93 In MyIterator::next()
H A Diterator_041.phpt51 function next(): void
54 parent::next();
101 State 6: next()
113 State 6: next()
H A Ddit_006.phpt11 $di->next();
20 $di->next();
28 $di->next();
/PHP-8.1/ext/dom/
H A Dparentnode.c46 first = first->next; in dom_parent_node_first_element_child_read()
117 first = first->next; in dom_parent_node_child_element_count()
193 xmlNodePtr next = newNode->next; in dom_zvals_to_fragment() local
198 newNode = next; in dom_zvals_to_fragment()
237 node = node->next; in dom_fragment_assign_parent_node()
290 parentNode->last->next = newchild; in dom_pre_insert()
298 fragment->last->next = insertion_point; in dom_pre_insert()
300 insertion_point->prev->next = newchild; in dom_pre_insert()
330 prevsib->next = newchild; in dom_parent_node_append()
542 children = children->next; in dom_child_node_remove()
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Dreset_basic.phpt16 echo "\n-- Call to next() --\n";
17 var_dump(next($array));
31 -- Call to next() --
H A Dkey_variation3.phpt20 next($array1);
22 echo "\n-- Position after calling next() --\n";
34 -- Position after calling next() --
H A Darray_next_error1.phpt2 next - ensure warning is received when passing an indirect temporary.
8 var_dump(next(f()));
H A Dcurrent_variation3.phpt15 next($array1);
20 echo "\n-- Position after calling next() --\n";
32 -- Position after calling next() --
/PHP-8.1/Zend/tests/generators/
H A Dyield_from_aborted_generator_with_children.phpt18 $gen2->next();
22 $gen3->next();
29 #1 %s(%d): Generator->next()
H A Dget_return.phpt22 $gen->next();
35 $gen->next();
47 $gen->next();
57 $gen->next();
H A Dbug74954.phpt27 $g->next();
38 #2 %s(%d): Generator->next()
44 #1 %s(%d): Generator->next()
/PHP-8.1/Zend/tests/
H A Dgh9916-010.phpt20 print "Before next\n";
21 $gen->next();
32 Before next
/PHP-8.1/TSRM/
H A DTSRM.c36 tsrm_tls_entry *next; member
203 next_p = p->next; in tsrm_shutdown()
274 p = p->next; in tsrm_update_active_threads()
394 (*thread_resources_ptr)->next = NULL; in allocate_new_resource()
464 if (thread_resources->next) { in ts_resource_ex()
490 tsrm_tls_entry *next = thread_resources->next; in ts_resource_ex() local
500 thread_resources->next = next; in ts_resource_ex()
533 last->next = thread_resources->next; in ts_free_thread()
541 if (thread_resources->next) { in ts_free_thread()
544 thread_resources = thread_resources->next; in ts_free_thread()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c525 PCRE2_UCHAR next; in pcre2_substitute() local
539 next = *ptr; in pcre2_substitute()
543 if (next == CHAR_ASTERISK) in pcre2_substitute()
546 next = *ptr; in pcre2_substitute()
550 if (!star && next >= CHAR_0 && next <= CHAR_9) in pcre2_substitute()
552 group = next - CHAR_0; in pcre2_substitute()
555 next = *ptr; in pcre2_substitute()
556 if (next < CHAR_0 || next > CHAR_9) break; in pcre2_substitute()
582 while (MAX_255(next) && (ctypes[next] & ctype_word) != 0) in pcre2_substitute()
584 name[n++] = next; in pcre2_substitute()
[all …]
/PHP-8.1/tests/classes/
H A Diterators_008.phpt16 public function next(): void {
43 D::next(1)
46 D::next(0)
/PHP-8.1/Zend/tests/array_unpack/
H A Dalready_occupied.phpt31 Cannot add element to the array as the next element is already occupied
32 Cannot add element to the array as the next element is already occupied
33 Cannot add element to the array as the next element is already occupied
/PHP-8.1/ext/date/tests/
H A Dbug33414-1.phpt11 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
19 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
27 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
35 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
44 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
60 $strtotime_tstamp = strtotime("next Friday", $tStamp);
68 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
92 $strtotime_tstamp = strtotime("next Friday", $tStamp);
116 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
148 $strtotime_tstamp = strtotime("next Monday", $tStamp);
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c223 struct free_block *next; member
244 free_block->next = free_blocks; in sljit_insert_free_block()
253 if (free_block->next) in sljit_remove_free_block()
254 free_block->next->prev = free_block->prev; in sljit_remove_free_block()
257 free_block->prev->next = free_block->next; in sljit_remove_free_block()
260 free_blocks = free_block->next; in sljit_remove_free_block()
299 free_block = free_block->next; in sljit_malloc_exec()
393 next_free_block = free_block->next; in sljit_free_unused_memory_exec()

Completed in 65 milliseconds

12345678910>>...21