Home
last modified time | relevance | path

Searched refs:q (Results 151 – 167 of 167) sorted by path

1234567

/PHP-5.5/sapi/cgi/
H A Dfastcgi.c206 free(q); in fcgi_hash_destroy()
210 fcgi_data_seg *q = p; in fcgi_hash_destroy() local
212 free(q); in fcgi_hash_destroy()
225 free(q); in fcgi_hash_clean()
233 free(q); in fcgi_hash_clean()
998 q = req->env.list; in fcgi_read_request()
999 while (q != NULL) { in fcgi_read_request()
1001 q = q->list_next; in fcgi_read_request()
1024 memcpy(p, q->var, q->var_len); in fcgi_read_request()
1025 p += q->var_len; in fcgi_read_request()
[all …]
/PHP-5.5/sapi/cgi/tests/
H A Dapache_request_headers.phpt25 passthru("$php -n -q $file");
/PHP-5.5/sapi/cli/
H A DREADME10 (-q switch kept for compatibility)
H A Dphp_cli_server.c1477 if (*q-- == '.') { in php_cli_server_request_translate_vpath()
1486 if (*q == '/') { in php_cli_server_request_translate_vpath()
1487 *q = '\\'; in php_cli_server_request_translate_vpath()
1489 } while (q-- > p); in php_cli_server_request_translate_vpath()
1493 q = p; in php_cli_server_request_translate_vpath()
1494 while (q > buf) { in php_cli_server_request_translate_vpath()
1505 q += l; in php_cli_server_request_translate_vpath()
1522 *q = DEFAULT_SLASH; in php_cli_server_request_translate_vpath()
1524 while (q > buf && *(--q) != DEFAULT_SLASH); in php_cli_server_request_translate_vpath()
1525 prev_path_len = p - q; in php_cli_server_request_translate_vpath()
[all …]
/PHP-5.5/sapi/fpm/fpm/events/
H A Ddevpoll.c151 struct fpm_event_queue_s *q; in fpm_event_devpoll_wait() local
175 q = queue; in fpm_event_devpoll_wait()
176 while (q) { in fpm_event_devpoll_wait()
179 if (q->ev && q->ev->fd == active_pollfds[i].fd) { in fpm_event_devpoll_wait()
182 fpm_event_fire(q->ev); in fpm_event_devpoll_wait()
190 q = q->next; /* iterate */ in fpm_event_devpoll_wait()
H A Dpoll.c136 struct fpm_event_queue_s *q; in fpm_event_poll_wait() local
158 q = queue; in fpm_event_poll_wait()
159 while (q) { in fpm_event_poll_wait()
161 …if (q->ev && q->ev->index >= 0 && q->ev->index < npollfds && q->ev->fd == active_pollfds[q->ev->in… in fpm_event_poll_wait()
164 if (active_pollfds[q->ev->index].revents & POLLIN) { in fpm_event_poll_wait()
167 fpm_event_fire(q->ev); in fpm_event_poll_wait()
175 q = q->next; /* iterate */ in fpm_event_poll_wait()
H A Dselect.c89 struct fpm_event_queue_s *q; in fpm_event_select_wait() local
115 q = queue; in fpm_event_select_wait()
116 while (q) { in fpm_event_select_wait()
117 if (q->ev) { /* sanity check */ in fpm_event_select_wait()
120 if (FD_ISSET(q->ev->fd, &current_fds)) { in fpm_event_select_wait()
123 fpm_event_fire(q->ev); in fpm_event_select_wait()
131 q = q->next; /* iterate */ in fpm_event_select_wait()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.c188 q->prev->next = q->next; in fpm_event_queue_del()
191 q->next->prev = q->prev; in fpm_event_queue_del()
205 free(q); in fpm_event_queue_del()
208 q = q->next; in fpm_event_queue_del()
228 tmp = q; in fpm_event_queue_destroy()
229 q = q->next; in fpm_event_queue_destroy()
400 q = q->next; in fpm_event_loop()
438 q->prev->next = q->next; in fpm_event_loop()
441 q->next->prev = q->prev; in fpm_event_loop()
449 q = q->next; in fpm_event_loop()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in417 ; %q: the query string
419 ; %r: the request URI (without the query string, see %q and %Q)
431 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …���J2������������&���setup/preconditions/gtIsValidClass.php�����J���ۧq�����������setup/gt…
/PHP-5.5/tests/lang/
H A D023.phpt199 $q=3<br>
200 $q=4<br>
202 $q=3<br>
203 $q=4<br>
215 $q=3<br>
216 $q=4<br>
218 $q=3<br>
219 $q=4<br>
231 $q=3<br>
232 $q=4<br>
[all …]
H A D024.phpt329 for ($q=0; $q<=10; $q++) {
336 echo " \$q=$q\n";
542 $q=3
543 $q=4
545 $q=3
546 $q=4
558 $q=3
559 $q=4
561 $q=3
562 $q=4
[all …]
H A Dengine_assignExecutionOrder_008.phpt36 echo "\n" . '$i->p->q=f(): ';
37 echo $a[$i->p->q=f()][++$i->p->q];
59 echo "\n" . 'C::$p->q=f(): ';
61 echo $a[C::$p->q=f()][++C::$p->q];
72 $i->p->q=f():
81 C::$p->q=f(): good
/PHP-5.5/win32/build/
H A DMakefile120 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
124 -rd /s /q $(BUILD_DIR)\pecl
129 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
134 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
135 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
136 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
137 …-del /f /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_S…
140 -del /f /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING).zip
153 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
154 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
[all …]
H A DMakefile.phpize17 -rd /s /q $(BUILD_DIR)\pecl
21 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
22 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
/PHP-5.5/win32/
H A Dglob.c530 compare(const void *p, const void *q) in compare() argument
532 return(strcmp(*(char **)p, *(char **)q)); in compare()
565 Char *p, *q; local
593 q = pathend;
598 if (q+1 > pathend_last)
600 *q++ = *p++;
604 pathend = q;
H A Dtestsuite.dsp107 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
122 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
137 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt

Completed in 58 milliseconds

1234567