Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt49 if (!method_exists($warning, 'next'))
50 printf("[009] Borked object, method next is missing\n");
65 if (false !== ($tmp = $warning->next()))
78 if (true !== ($tmp = $warning->next()))
81 if (false !== ($tmp = $warning->next()))
110 if (false !== ($tmp = $warning->next()))
131 while ($warning->next() && ('' != ($tmp = $warning->message))) {
139 if (false !== ($tmp = $warning->next()))
/PHP-8.1/ext/spl/tests/
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.1/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.1/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.1/Zend/
H A Dzend_observer.c117 for (zend_llist_element *element = list->head; element; element = element->next) { in zend_observer_fcall_install()
253 …nd_llist_element *element = zend_observer_error_callbacks.head; element; element = element->next) { in zend_observer_error_notify()
279 for (element = zend_observer_fiber_init.head; element; element = element->next) { in zend_observer_fiber_init_notify()
290 for (element = zend_observer_fiber_switch.head; element; element = element->next) { in zend_observer_fiber_switch_notify()
301 for (element = zend_observer_fiber_destroy.head; element; element = element->next) { in zend_observer_fiber_destroy_notify()
H A Dzend_alloc.c1048 chunk->prev->next = chunk->next;
1050 chunk->next = heap->main_chunk->next;
1099 chunk->prev->next = chunk->next;
1124 chunk->next = heap->cached_chunks->next;
1737 prev->next = list->next;
2101 p = p->next;
2115 prev->next = p->next;
2122 p = prev->next;
2227 p = p->next;
2322 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.1/ext/intl/common/
H A Dcommon.stub.php14 public function next(): void {} function in IntlIterator
/PHP-8.1/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.1/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.1/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.1/ext/dom/
H A Dnodelist.c60 while (curnode->next != NULL) { in php_dom_get_nodelist_length()
62 curnode = curnode->next; in php_dom_get_nodelist_length()
134 curnode = curnode->next; in php_dom_nodelist_get_item_into_zval()
/PHP-8.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h50 struct _php_sqlite3_func *next; member
61 struct _php_sqlite3_collation *next; member
/PHP-8.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h66 virtual int32_t next(void);
76 virtual int32_t next(int32_t n);
/PHP-8.1/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.1/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
/PHP-8.1/ext/spl/
H A Dspl_observer.stub.php65 public function next(): void {} function in SplObjectStorage
151 public function next(): void {} function in MultipleIterator

Completed in 74 milliseconds

12345678910>>...21