Home
last modified time | relevance | path

Searched refs:next (Results 251 – 275 of 547) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-8.2/ext/spl/
H A Dspl_heap_arginfo.h98 ZEND_METHOD(SplHeap, next);
124 ZEND_MALIAS(SplHeap, next, next, arginfo_class_SplPriorityQueue_next, ZEND_ACC_PUBLIC)
143 ZEND_ME(SplHeap, next, arginfo_class_SplHeap_next, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/tests/
H A Dbreakiter_current_basic.phpt16 var_dump($bi->next());
/PHP-8.2/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt17 $gen->next();
H A Dbug70965.phpt21 $gen->next();
/PHP-8.2/ext/sockets/tests/
H A Dsocket_export_stream-1.phpt12 $s1 = next($s);
/PHP-8.2/ext/spl/tests/
H A Diterator_058.phpt10 function next(): void {}
H A Dbug70561.phpt11 $di->next();
H A Dheap_007.phpt20 $h->next();
H A Dpqueue_003.phpt19 $h->next();
H A Dbug72051.phpt17 $callbackTest->next();
H A Dregexiterator_setpregflags.phpt13 function next ( ): void{}
/PHP-8.2/ext/dom/tests/
H A DchildNodes_current_crash.phpt16 $iter->next();
/PHP-8.2/ext/dom/
H A Delement.c169 ns = ns->next; in dom_get_dom1_attribute()
188 nsPtr = nsPtr->next; in dom_get_dom1_attribute()
656 tmpnsptr = nsptr->next; in PHP_METHOD()
663 tmpnsptr = tmpnsptr->next; in PHP_METHOD()
759 if (node->next) { in dom_remove_eliminated_ns()
760 node = node->next; in dom_remove_eliminated_ns()
768 } while (node->next == NULL); in dom_remove_eliminated_ns()
769 node = node->next; in dom_remove_eliminated_ns()
788 nodep->nsDef = nsptr->next; in dom_eliminate_ns()
792 current_ns->next = nsptr->next; in dom_eliminate_ns()
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Dbug22088.phpt2 Bug #22088 (array_shift() leaves next index to be +1 too much)
/PHP-8.2/ext/sysvshm/
H A Dphp_sysvshm.h45 zend_long next; member
/PHP-8.2/Zend/tests/
H A Dbug78752.phpt20 $gen->next();
H A Dgh15330-002.phpt19 $iterable->next();
H A Dbug73753.phpt14 return next($a);
/PHP-8.2/ext/ffi/tests/
H A DarrayPointer.phpt13 var_dump(next($data));
/PHP-8.2/Zend/
H A Dzend_interfaces_arginfo.h69 ZEND_METHOD(InternalIterator, next);
87 …ZEND_ABSTRACT_ME_WITH_FLAGS(Iterator, next, arginfo_class_Iterator_next, ZEND_ACC_PUBLIC|ZEND_ACC_…
127 ZEND_ME(InternalIterator, next, arginfo_class_InternalIterator_next, ZEND_ACC_PUBLIC)
H A Dzend_gc.c267 gc_stack *next; member
286 segment->next = NULL; in gc_stack_next()
289 return stack->next; in gc_stack_next()
321 stack = p->next; in gc_stack_free()
1003 goto next; in gc_scan()
1017 goto next; in gc_scan()
1121 next: in gc_scan()
1375 goto next; in gc_remove_nested_data_from_buffer()
1377 goto next; in gc_remove_nested_data_from_buffer()
1458 next: in gc_remove_nested_data_from_buffer()
[all …]
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_env.c149 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_init_child()
169 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_conf_wp()
223 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_env_init_main()
H A Dfpm_worker_pool.h20 struct fpm_worker_pool_s *next; member
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt61 if (!method_exists($warning, 'next'))
62 printf("[013] Object mysqli_warning seems to lack method next()\n");
78 } while ($warning->next());
/PHP-8.2/ext/pcntl/
H A Dphp_pcntl.h37 struct php_pcntl_pending_signal *next; member

Completed in 43 milliseconds

1...<<11121314151617181920>>...22