Home
last modified time | relevance | path

Searched refs:next (Results 176 – 200 of 547) sorted by relevance

12345678910>>...22

/PHP-8.2/ext/spl/tests/
H A Darray_015.phpt2 SPL: ArrayIterator::next() with internal arrays
19 $it->next();
H A Diterator_025.phpt41 $it->next();
48 $it->next();
H A Dbug76367.phpt10 $iter->next();
H A Dbug37457.phpt28 public function next(): void
31 $this->valid = (false !== next($this->array));
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt48 if (!method_exists($warning, 'next'))
49 printf("[009] Borked object, method next is missing\n");
64 if (false !== ($tmp = $warning->next()))
77 if (true !== ($tmp = $warning->next()))
80 if (false !== ($tmp = $warning->next()))
108 if (false !== ($tmp = $warning->next()))
129 while ($warning->next() && ('' != ($tmp = $warning->message))) {
137 if (false !== ($tmp = $warning->next()))
/PHP-8.2/Zend/tests/
H A Dbug32674.phpt25 public function next(): void {
26 $element = next($this->_elements);
H A Dbug71841.phpt43 Cannot add element to the array as the next element is already occupied
44 Cannot add element to the array as the next element is already occupied
45 Cannot add element to the array as the next element is already occupied
H A Dassign_dim_ref_free.phpt2 Assigning rc=1 reference to next dim
H A Dnumeric_literal_separator_006.phpt2 Invalid use: underscore next to 0x
H A Dnumeric_literal_separator_007.phpt2 Invalid use: underscore next to 0b
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Doutput.c47 struct stk_rec *next; member
144 temp->next = digits; in bc_out_num()
156 digits = digits->next; in bc_out_num()
/PHP-8.2/ext/soap/tests/soap12/
H A DT74.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
15 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">
/PHP-8.2/Zend/tests/generators/
H A Dmutli_yield_from_with_exception.phpt28 $g->next();
40 #2 %s(%d): Generator->next()
H A Dreturn_from_by_ref_generator.phpt16 gen2()->next();
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_process_ctl.c157 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_kill_all()
160 for (child = wp->children; child; child = child->next) { in fpm_pctl_kill_all()
301 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_check_request_timeout()
308 for (child = wp->children; child; child = child->next) { in fpm_pctl_check_request_timeout()
331 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_perform_idle_server_maintenance()
361 for (child = wp->children; child; child = child->next) { in fpm_pctl_perform_idle_server_maintenance()
540 for (child = wp->children; child; child = child->next) { in fpm_pctl_on_socket_accept()
/PHP-8.2/Zend/
H A Dzend_observer.c130 for (zend_llist_element *element = list->head; element; element = element->next) { in zend_observer_fcall_install()
311 …ment *element = zend_observer_function_declared_callbacks.head; element; element = element->next) { in _zend_observer_function_declared_notify()
329 …t_element *element = zend_observer_class_linked_callbacks.head; element; element = element->next) { in _zend_observer_class_linked_notify()
343 …nd_llist_element *element = zend_observer_error_callbacks.head; element; element = element->next) { in _zend_observer_error_notify()
371 for (element = zend_observer_fiber_init.head; element; element = element->next) { in zend_observer_fiber_init_notify()
386 for (element = zend_observer_fiber_switch.head; element; element = element->next) { in zend_observer_fiber_switch_notify()
400 for (element = zend_observer_fiber_destroy.head; element; element = element->next) { in zend_observer_fiber_destroy_notify()
H A Dzend_alloc.c1068 chunk->prev->next = chunk->next;
1070 chunk->next = heap->main_chunk->next;
1119 chunk->prev->next = chunk->next;
1144 chunk->next = heap->cached_chunks->next;
1757 prev->next = list->next;
2121 p = p->next;
2135 prev->next = p->next;
2142 p = prev->next;
2247 p = p->next;
2342 p->next = q;
[all …]
H A Dzend_generators_arginfo.h32 ZEND_METHOD(Generator, next);
43 ZEND_ME(Generator, next, arginfo_class_Generator_next, ZEND_ACC_PUBLIC)
H A Dzend_generators.stub.php19 public function next(): void {} function in Generator
/PHP-8.2/ext/dom/
H A Dnodelist.c70 while (curnode->next != NULL) { in php_dom_get_nodelist_length()
72 curnode = curnode->next; in php_dom_get_nodelist_length()
144 curnode = curnode->next; in php_dom_nodelist_get_item_into_zval()
/PHP-8.2/Zend/Optimizer/
H A Dblock_pass.c954 while (next < end && !(next->flags & ZEND_BB_REACHABLE)) { in assemble_code_blocks()
955 next++; in assemble_code_blocks()
957 if (next < end && next == blocks + b->successors[0]) { in assemble_code_blocks()
1186 int next, jmp_hitlist_count; in zend_jmp_optimization() local
1206 CHECK_LOOP(next); in zend_jmp_optimization()
1207 block->successors[0] = next; in zend_jmp_optimization()
1250 CHECK_LOOP(next); in zend_jmp_optimization()
1282 CHECK_LOOP(next); in zend_jmp_optimization()
1283 block->successors[0] = next; in zend_jmp_optimization()
1386 CHECK_LOOP(next); in zend_jmp_optimization()
[all …]
/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h66 int32_t next(void) override;
76 int32_t next(int32_t n) override;
/PHP-8.2/ext/dba/libcdb/
H A Dcdb_make.c84 head->next = c->head; in cdb_make_addend()
151 for (x = c->head; x; x = x->next) { in cdb_make_finish()
184 for (x = c->head; x; x = x->next) { in cdb_make_finish()
223 x = x->next; in cdb_make_finish()
/PHP-8.2/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
/PHP-8.2/ext/sqlite3/
H A Dphp_sqlite3_structs.h50 struct _php_sqlite3_func *next; member
61 struct _php_sqlite3_collation *next; member

Completed in 70 milliseconds

12345678910>>...22