Home
last modified time | relevance | path

Searched refs:next (Results 226 – 250 of 463) sorted by relevance

12345678910>>...19

/PHP-7.4/ext/spl/tests/
H A Diterator_012.phpt14 $it->next();
H A DDirectoryIterator_getBasename_basic_test.phpt12 $dir->next();
H A DSplFileObject_rewind_variation001.phpt17 $s->next();
H A DarrayObject___construct_error2.phpt8 function next() {}
H A Dheap_007.phpt20 $h->next();
H A Diterator_068.phpt14 function next() {}
H A Dpqueue_003.phpt19 $h->next();
H A Dbug74669.phpt27 public function next()
29 $this->iterator->next();
H A Drecursiveiteratoriterator_beginiteration_basic.phpt19 $this->next();
H A Dspl_iterator_getcallchildren.phpt14 $test->next();
/PHP-7.4/Zend/tests/
H A Dbug78752.phpt20 $gen->next();
H A Dbug49269.phpt13 function next() {$this->n++;}
H A Dbug73753.phpt14 return next($a);
/PHP-7.4/Zend/tests/generators/
H A Dbug70965.phpt21 $gen->next();
H A Dyield_in_finally.phpt22 $gen->next();
H A Dyield_from_valid_exception.phpt10 function next() {}
H A Dbasic_yield_from_proxying.phpt22 for ($gen = gen(); $gen->valid(); $gen->next()) {
H A Dgenerator_throwing_during_function_call.phpt21 $gen->next();
/PHP-7.4/sapi/phpdbg/tests/
H A Dnext_001.phpt2 Test next command on function boundaries
/PHP-7.4/ext/sockets/tests/
H A Dsocket_export_stream-1.phpt15 $s1 = next($s);
H A Dsocket_import_stream-1.phpt15 $s1 = next($s);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_env.c150 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_init_child()
170 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_conf_wp()
204 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_env_init_main()
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_current_basic.phpt18 var_dump($bi->next());
/PHP-7.4/ext/sysvshm/
H A Dphp_sysvshm.h53 zend_long next; member
/PHP-7.4/sapi/phpdbg/
H A D.phpdbginit54 ^ set argv for next execution
57 ^ unset argv for next execution

Completed in 25 milliseconds

12345678910>>...19