Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-8.1/ext/intl/tests/
H A Dbreakiter_current_basic.phpt16 var_dump($bi->next());
/PHP-8.1/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt17 $gen->next();
H A Dbug70965.phpt21 $gen->next();
H A Dyield_in_finally.phpt22 $gen->next();
/PHP-8.1/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.1/ext/spl/tests/
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{}
H A DDirectoryIterator_getBasename_basic_test.phpt12 $dir->next();
H A Dregexiterator_getpregflags.phpt13 function next ( ): void {}
H A DSplFileObject_rewind_variation001.phpt17 $s->next();
H A DarrayObject___construct_error2.phpt8 function next(): void {}
H A Diterator_068.phpt14 function next(): void {}
/PHP-8.1/ext/standard/tests/array/
H A Dbug22088.phpt2 Bug #22088 (array_shift() leaves next index to be +1 too much)
/PHP-8.1/ext/sysvshm/
H A Dphp_sysvshm.h45 zend_long next; member
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_worker_pool.h20 struct fpm_worker_pool_s *next; member
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()
/PHP-8.1/Zend/tests/
H A Dbug78752.phpt20 $gen->next();
H A Dbug73753.phpt14 return next($a);
H A Dbug49269.phpt13 function next(): void {$this->n++;}
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.h75 int mbfl_convert_kana(int c, int next, bool *consumed, int *second, int mode);
/PHP-8.1/ext/ffi/tests/
H A DarrayPointer.phpt13 var_dump(next($data));
/PHP-8.1/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)

Completed in 67 milliseconds

1...<<1112131415161718192021