Home
last modified time | relevance | path

Searched refs:next (Results 26 – 50 of 463) sorted by relevance

12345678910>>...19

/PHP-7.4/Zend/tests/
H A Dforeach_004.phpt22 function next() {$this->trap(__FUNCTION__); return parent::next();}
25 foreach(['rewind', 'valid', 'key', 'next'] as $trap) {
61 next
63 next
65 next
H A Dbug38808.phpt6 $next = "next";
12 $next($a);
H A Dbug37715.phpt16 next($a);
17 next($a['b']);
18 next($a['b']);
19 next($a['b']);
/PHP-7.4/ext/spl/tests/
H A Diterator_021.phpt53 $this->next();
70 function next()
73 parent::next();
118 RecursiveArrayIteratorIterator::next
127 RecursiveArrayIteratorIterator::next
136 RecursiveArrayIteratorIterator::next
142 RecursiveArrayIteratorIterator::next
153 RecursiveArrayIteratorIterator::next
156 RecursiveArrayIteratorIterator::next
168 RecursiveArrayIteratorIterator::next
[all …]
H A DrecursiveIteratorIterator_callHasChildren_error.phpt2 …: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in next()
21 var_dump($recItIt->next());
25 var_dump($recItIt2->next());
34 #1 %s: RecursiveIteratorIterator->next()
H A DrecursiveIteratorIterator_nextelement_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in nextelement which should be handled in next()
21 var_dump($recItIt->next());
25 var_dump($recItIt->next());
34 #1 %s: RecursiveIteratorIterator->next()
H A DrecursiveIteratorIterator_beginchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in beginchildren which should be handled in next()
21 var_dump($recItIt->next());
25 var_dump($recItIt2->next());
34 #1 %s: RecursiveIteratorIterator->next()
H A Diterator_004.phpt42 public function next()
89 NumericArrayIterator::next
95 NumericArrayIterator::next
100 NumericArrayIterator::next
105 NumericArrayIterator::next
114 NumericArrayIterator::next
119 NumericArrayIterator::next
124 NumericArrayIterator::next
H A Dbug77903.phpt12 $a->next();
18 $a->next();
21 $a->next();
27 $a->next();
30 $a->next();
H A Darray_020.phpt32 function next()
35 return ArrayIterator::next();
56 ArrayIteratorEx::next
62 ArrayIteratorEx::next
H A Diterator_001.phpt42 public function next()
97 NumericArrayIterator::next
105 NumericArrayIterator::next
112 NumericArrayIterator::next
119 NumericArrayIterator::next
130 NumericArrayIterator::next
137 NumericArrayIterator::next
144 NumericArrayIterator::next
153 NumericArrayIterator::next
160 NumericArrayIterator::next
[all …]
H A Diterator_023.phpt53 $this->next();
70 function next()
73 parent::next();
137 RecursiveArrayIteratorIterator::next
147 RecursiveArrayIteratorIterator::next
157 RecursiveArrayIteratorIterator::next
163 RecursiveArrayIteratorIterator::next
175 RecursiveArrayIteratorIterator::next
178 RecursiveArrayIteratorIterator::next
189 RecursiveArrayIteratorIterator::next
H A Ddit_004.phpt9 $a->next();
10 $a->next();
11 $a->next();
H A Ddllist_010.phpt17 $dll->next();
19 $dll->next();
20 $dll->next();
/PHP-7.4/ext/gd/libgd/
H A Dgdcache.c84 elem = elem->next; in gdCacheDelete()
105 prev->next = elem->next; in gdCacheGet()
106 elem->next = head->mru; in gdCacheGet()
113 elem = elem->next; in gdCacheGet()
129 prevprev->next = NULL; in gdCacheGet()
134 elem->next = head->mru; in gdCacheGet()
/PHP-7.4/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt9 $gen->next();
13 $gen->next();
18 $gen->next();
26 #0 %s(%d): Generator->next()
/PHP-7.4/ext/standard/
H A Dhtml.c197 if ((next >= 0x40 && next <= 0x7E) || in get_next_char()
198 (next >= 0xA1 && next <= 0xFE)) { in get_next_char()
221 if ((next >= 0x40 && next <= 0x7E) || in get_next_char()
222 (next >= 0xA1 && next <= 0xFE)) { in get_next_char()
224 } else if (next != 0x80 && next != 0xFF) { in get_next_char()
301 if (next >= 0xA1 && next <= 0xFE) { in get_next_char()
305 MB_FAILURE(pos, (next != 0xA0 && next != 0xFF) ? 1 : 2); in get_next_char()
314 if (next >= 0xA1 && next <= 0xDF) { in get_next_char()
318 MB_FAILURE(pos, (next != 0xA0 && next != 0xFF) ? 1 : 2); in get_next_char()
926 next = &p[2]; in traverse_for_entities()
[all …]
/PHP-7.4/tests/classes/
H A Diterators_003.phpt26 function next() {
78 c_iter::next
87 c_iter::next
91 c_iter::next
95 c_iter::next
104 c_iter::next
108 c_iter::next
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c382 if (remove->next) in phpdbg_stack_free()
383 next = remove->next; in phpdbg_stack_free()
423 if (next) in phpdbg_stack_free()
424 remove = next; in phpdbg_stack_free()
430 stack->next = NULL; in phpdbg_stack_free()
437 if (!next) { in phpdbg_stack_push()
443 next->next = NULL; in phpdbg_stack_push()
447 next->top = NULL; in phpdbg_stack_push()
448 stack->next = next; in phpdbg_stack_push()
450 stack->top->next = next; in phpdbg_stack_push()
[all …]
/PHP-7.4/tests/lang/
H A DforeachLoopIterator.001.phpt16 public function next() {
89 --> MealIterator::next (0)
94 --> MealIterator::next (1)
99 --> MealIterator::next (2)
118 --> MealIterator::next (0)
123 --> MealIterator::next (1)
128 --> MealIterator::next (2)
130 --> MealIterator::next (3)
/PHP-7.4/ext/simplexml/tests/
H A Dsxe_004.phpt60 function next()
63 return parent::next();
119 SXETest::next
121 SXETest::next
123 SXETest::next
125 SXETest::next
140 SXETest::next
142 SXETest::next
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c98 child->next = wp->children; in fpm_child_link()
99 if (child->next) { in fpm_child_link()
100 child->next->prev = child; in fpm_child_link()
113 child->prev->next = child->next; in fpm_child_unlink()
115 child->wp->children = child->next; in fpm_child_unlink()
118 if (child->next) { in fpm_child_unlink()
119 child->next->prev = child->prev; in fpm_child_unlink()
129 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_child_find()
169 struct fpm_child_s *next; in fpm_children_free() local
171 for (; child; child = next) { in fpm_children_free()
[all …]
/PHP-7.4/Zend/
H A Dzend_gc.c740 goto next; in gc_scan_black()
746 goto next; in gc_scan_black()
757 goto next; in gc_scan_black()
759 goto next; in gc_scan_black()
802 next: in gc_scan_black()
878 goto next; in gc_mark_grey()
880 goto next; in gc_mark_grey()
923 next: in gc_mark_grey()
1106 next: in gc_scan()
1235 goto next; in gc_collect_white()
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_backtrace.phpt24 for ($gen = gen(); $gen->valid(); $gen->next()) {
41 #1 Generator->next() called at [%s:%d]
45 #2 Generator->next() called at [%s:%d]
48 #1 Generator->next() called at [%s:%d]
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_004.phpt60 function next()
63 parent::next();
107 MyDirectoryIterator::next
113 MyDirectoryIterator::next
119 MyDirectoryIterator::next
125 MyDirectoryIterator::next

Completed in 41 milliseconds

12345678910>>...19