Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_s *next; member
H A Dfpm_conf.c580 kv->next = **parent; in fpm_conf_set_array()
614 if (!tmp->next) { in fpm_worker_pool_config_alloc()
615 tmp->next = wp; in fpm_worker_pool_config_alloc()
618 tmp = tmp->next; in fpm_worker_pool_config_alloc()
651 kv_next = kv->next; in fpm_worker_pool_config_free()
657 kv_next = kv->next; in fpm_worker_pool_config_free()
663 kv_next = kv->next; in fpm_worker_pool_config_free()
742 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_conf_process_all_pools()
1085 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_conf_process_all_pools()
1209 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_conf_post_process()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug47836.phpt12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c495 struct qreq *next; member
550 if (!(queued_requests = m->next))
579 m->next = NULL;
591 last_qr->next = m;
638 if (!(prev->next = m->next))
641 if (!(queued_requests = m->next))
649 m = m->next;
/PHP-5.5/ext/spl/tests/
H A Diterator_058.phpt10 function next() {}
H A Dbug67359.phpt17 $it->next();
H A DSplFileObject_key_error001.phpt16 $s->next();
H A DSplFileObject_key_error002.phpt16 $s->next();
H A Dregexiterator_setpregflags.phpt13 function next ( ){}
H A DSplDoublyLinkedList_lifoMode.phpt19 $list->next();
H A Dregexiterator_getpregflags.phpt13 function next ( ){}
H A Diterator_012.phpt14 $it->next();
H A Diterator_019.phpt14 $it->next();
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc91 /** forward to next element
93 function next()
95 return $this->iterator->next();
H A Dlimititerator.inc68 $this->next();
103 function next() {
104 $this->it->next();
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_more_results.phpt53 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
73 // you must fetch all rows before you can loop to the next result set!
85 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
/PHP-5.5/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_first_basic.phpt15 var_dump($bi->next());
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt17 $gen->next();
/PHP-5.5/ext/gd/
H A Dgdcache.h60 gdCache_element_t *next; member
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt60 next($expected);
62 while (next($headers) !== FALSE);
/PHP-5.5/ext/standard/tests/array/
H A Dbug22088.phpt2 Bug #22088 (array_shift() leaves next index to be +1 too much)
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.h38 struct cdb_hplist *next; member
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h43 long next; member

Completed in 41 milliseconds

12345678910>>...18