Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 547) sorted by relevance

12345678910>>...22

/PHP-8.2/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm102 ; exchange content; ECX contains address of next SEH
104 ; inspect next SEH
114 ; save ECX as next SEH item
116 ; load address of next SEH item
118 ; save next SEH
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_blacklist.c47 zend_regexp_list *next; member
179 it->next = NULL; in zend_accel_blacklist_update_regexp()
199 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
226 it = it->next; in zend_accel_blacklist_shutdown()
371 regexp_list_it = regexp_list_it->next;
/PHP-8.2/ext/reflection/tests/
H A D028.phpt11 $g->next();
H A D027.phpt13 $g->next();
/PHP-8.2/ext/spl/
H A Dspl_iterators_arginfo.h316 ZEND_METHOD(EmptyIterator, next);
330 ZEND_METHOD(RecursiveIteratorIterator, next);
349 ZEND_METHOD(IteratorIterator, next);
352 ZEND_METHOD(FilterIterator, next);
359 ZEND_METHOD(LimitIterator, next);
365 ZEND_METHOD(CachingIterator, next);
384 ZEND_METHOD(NoRewindIterator, next);
390 ZEND_METHOD(AppendIterator, next);
394 ZEND_METHOD(InfiniteIterator, next);
419 ZEND_ME(EmptyIterator, next, arginfo_class_EmptyIterator_next, ZEND_ACC_PUBLIC)
[all …]
H A Dspl_observer.stub.php65 public function next(): void {} function in SplObjectStorage
172 public function next(): void {} function in MultipleIterator
/PHP-8.2/Zend/tests/generators/
H A Dyield_closure.phpt11 $gen->next();
H A Dyield_from_multi_tree_exception.phpt36 $gen->next();
71 #4 %s(%d): Generator->next()
H A Dyield_from_iterator_agregate.phpt14 })()->next();
H A Dbug67497.phpt17 $values->next();
H A Dgc_with_iterator_in_foreach.phpt14 $gen->next();
/PHP-8.2/Zend/tests/
H A Dbug79364.phpt2 Bug #79364 (When copy empty array, next key is unspecified)
H A Dbug74840.phpt15 $g->next();
/PHP-8.2/ext/spl/tests/
H A Dbug73423.phpt20 public Function next(): void
22 next ($this->foo);
H A Diterator_041a.phpt51 function next(): void
54 parent::next();
H A Ddllist_007.phpt12 var_dump($a->current(), $a->next());
H A Dgh9883-extra.phpt2 Bug GH-9883 (SplFileObject::__toString() reads next line)
H A Dbug67538.phpt13 $list->next();
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.h64 zend_ssa_phi *next; /* next Phi in the same BB */ member
271 int _var_num = (var) - ssa->vars, next; \
272 for (use = (var)->use_chain; use >= 0; use = next) { \
273 next = zend_ssa_next_use(ssa->ops, _var_num, use);
301 for (; phi; phi = phi->next) {
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re75 struct placeholder *next;
118 plc->next = NULL;
131 placetail->next = plc;
152 for (plc = placeholders; plc; plc = plc->next) {
200 for (plc = placeholders; plc && params; plc = plc->next) {
333 plc = plc->next;
359 for (plc = placeholders; plc; plc = plc->next) {
404 for (plc = placeholders; plc; plc = plc->next) {
418 placeholders = plc->next;
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c130 node = node->next; in sxe_get_element_by_offset()
151 node = node->next; in sxe_find_element_by_name()
193 node = node->next; in sxe_get_element_by_name()
1007 attr = attr->next; in sxe_prop_is_empty()
1057 node = node->next; in sxe_prop_is_empty()
1491 attr = attr->next; in sxe_add_namespaces()
1500 node = node->next; in sxe_add_namespaces()
1569 ns = ns->next; in sxe_add_registered_namespaces()
2108 node = node->next; in PHP_METHOD()
2445 node = node->next; in php_sxe_iterator_fetch()
[all …]
/PHP-8.2/ext/dom/tests/
H A Dgh15551.phpt10 $iter->next();
/PHP-8.2/ext/standard/tests/array/
H A Dbug61058.phpt13 Cannot add element to the array as the next element is already occupied
H A Darray_pop_variation.phpt29 var_dump( next($mixed_array[1]) );
32 var_dump( next($mixed_array[1]) );
/PHP-8.2/ext/date/tests/
H A Dbug33415-1.phpt11 $strtotime_tstamp = strtotime("next Monday", $tStamp);
19 $strtotime_tstamp = strtotime("next Sunday", $tStamp);

Completed in 48 milliseconds

12345678910>>...22