Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 449) sorted by last modified time

12345678910>>...18

/PHP-5.5/win32/
H A Dinstall.txt278 The next step is to set up a valid configuration file for PHP, php.ini.
305 follow the next step. Set the doc_root to point to your web servers
318 PHP is now setup on your system. The next step is to choose a web
1637 displayed which will give you a clue as to what needs to be done next.
1665 to be done next. If you get a screen full of HTML codes (the output of
/PHP-5.5/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.003.phpt15 public function next() {
83 --> EnglishMealIterator::next (0)
88 --> EnglishMealIterator::next (1)
93 --> EnglishMealIterator::next (2)
102 --> EnglishMealIterator::next (0)
107 --> EnglishMealIterator::next (1)
112 --> EnglishMealIterator::next (2)
121 --> EnglishMealIterator::next (0)
126 --> EnglishMealIterator::next (1)
131 --> EnglishMealIterator::next (2)
H A DforeachLoopIteratorAggregate.004.phpt27 function next() {
82 c_iter::next
92 c_iter::next
102 c_iter::next
H A DforeachLoopIterator.001.phpt16 public function next() {
89 --> MealIterator::next (0)
94 --> MealIterator::next (1)
99 --> MealIterator::next (2)
118 --> MealIterator::next (0)
123 --> MealIterator::next (1)
128 --> MealIterator::next (2)
130 --> MealIterator::next (3)
H A DforeachLoopIterator.002.phpt8 public function next() { }
H A DforeachLoopIteratorAggregate.001.phpt15 public function next() {
51 public function next() {
172 --> EnglishMealIterator::next (0)
177 --> EnglishMealIterator::next (1)
182 --> EnglishMealIterator::next (2)
191 --> FrenchMealIterator::next (0)
196 --> FrenchMealIterator::next (1)
201 --> FrenchMealIterator::next (2)
206 --> FrenchMealIterator::next (3)
243 --> EnglishMealIterator::next (0)
[all …]
/PHP-5.5/tests/classes/
H A Diterators_001.phpt97 c_iter::next
101 c_iter::next
105 c_iter::next
113 c_iter::next
117 c_iter::next
121 c_iter::next
133 c_iter::next
137 c_iter::next
141 c_iter::next
143 c_iter::next
[all …]
H A Diterators_002.phpt29 function next() {
87 c_iter::next
98 c_iter::next
109 c_iter::next
H A Diterators_003.phpt28 function next() {
80 c_iter::next
89 c_iter::next
93 c_iter::next
97 c_iter::next
106 c_iter::next
110 c_iter::next
H A Diterators_004.phpt29 function next() {
H A Diterators_006.phpt18 $this->next();
33 function next() {
H A Diterators_007.phpt13 …public function next() { if ($this->x == 3) throw new Exception(__METHOD__); next($this->arr)…
41 Caught in Test::next()
H A Diterators_008.phpt16 public function next() {
41 D::next(1)
44 D::next(0)
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c418 entry=entry->next; in PHP_FUNCTION()
442 entry=entry->next; in PHP_FUNCTION()
694 entry=entry->next; in sapi_nsapi_register_server_variables()
867 entry=entry->next; in nsapi_php_ini_entries()
H A Dnsapi-readme.txt46 # NOTE this next line should happen after all 'ObjectType' and before
/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;
H A Dthttpd_patch1305 struct MapStruct* next;
1382 - for ( m = maps; m != (Map*) 0; m = m->next )
1383 + for ( m = maps; m != (Map*) 0; m = m->next ) {
1386 + mm = &m->next;
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c121 for (kv = wp->config->php_values; kv; kv = kv->next) { in fpm_php_apply_defines()
127 for (kv = wp->config->php_admin_values; kv; kv = kv->next) { in fpm_php_apply_defines()
H A Dfpm_process_ctl.c151 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_kill_all()
154 for (child = wp->children; child; child = child->next) { in fpm_pctl_kill_all()
296 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_check_request_timeout()
302 for (child = wp->children; child; child = child->next) { in fpm_pctl_check_request_timeout()
314 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_perform_idle_server_maintenance()
324 for (child = wp->children; child; child = child->next) { in fpm_pctl_perform_idle_server_maintenance()
522 for (child = wp->children; child; child = child->next) { in fpm_pctl_on_socket_accept()
H A Dfpm_scoreboard.c44 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_scoreboard_init_main()
H A Dfpm_sockets.c373 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_sockets_init_main()
H A Dfpm_systemd.c22 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_systemd()
H A Dfpm_unix.c358 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_unix_init_main()

Completed in 45 milliseconds

12345678910>>...18