Home
last modified time | relevance | path

Searched refs:q (Results 1 – 25 of 167) sorted by last modified time

1234567

/PHP-5.5/win32/
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
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;
/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/tests/lang/
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
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 …]
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …���J2������������&���setup/preconditions/gtIsValidClass.php�����J���ۧq�����������setup/gt…
/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/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/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/cgi/
H A Dcgi_main.c1593 char **env, *p, *q, *var, *val, *t = buf; local
1623 var = q = t;
1625 *q++ = *p++;
1631 *q++ = '-';
1635 *q++ = *p++;
1639 *q++ = (*p++ - 'A' + 'a');
1641 *q++ = *p++;
1644 *q = 0;
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/apache2filter/
H A Dconfig.m415 $APXS -q CFLAGS >/dev/null 2>&1
23 $APXS -q CFLAGS >/dev/null 2>&1
34 $APXS -q CFLAGS
38 APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR`
39 APXS_BINDIR=`$APXS -q BINDIR`
40 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
41 APXS_CFLAGS=`$APXS -q CFLAGS`
42 APU_BINDIR=`$APXS -q APU_BINDIR`
43 APR_BINDIR=`$APXS -q APR_BINDIR`
71 if test -z `$APXS -q SYSCONFDIR`; then
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m414 $APXS -q CFLAGS >/dev/null 2>&1
22 $APXS -q CFLAGS >/dev/null 2>&1
33 $APXS -q CFLAGS
37 APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR`
38 APXS_BINDIR=`$APXS -q BINDIR`
39 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
40 APXS_CFLAGS=`$APXS -q CFLAGS`
41 APU_BINDIR=`$APXS -q APU_BINDIR`
42 APR_BINDIR=`$APXS -q APR_BINDIR`
70 if test -z `$APXS -q SYSCONFDIR`; then
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m432 $APXS -q CFLAGS >/dev/null 2>&1
40 $APXS -q CFLAGS >/dev/null 2>&1
50 $APXS -q CFLAGS
55 APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR`
56 APXS_CFLAGS=`$APXS -q CFLAGS`
57 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
74 APXS_LIBEXECDIR=`$APXS -q LIBEXECDIR`
93 $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
98 APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
99 if test -z `$APXS -q SYSCONFDIR`; then
[all …]
/PHP-5.5/sapi/apache/
H A Dconfig.m431 $APXS -q CFLAGS >/dev/null 2>&1
39 $APXS -q CFLAGS >/dev/null 2>&1
49 $APXS -q CFLAGS
54 APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR`
55 APXS_CFLAGS=`$APXS -q CFLAGS`
56 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
73 APXS_LIBEXECDIR=`$APXS -q LIBEXECDIR`
92 $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
97 APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
98 if test -z `$APXS -q SYSCONFDIR`; then
[all …]
/PHP-5.5/
H A Dphp5.spec.in39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
H A Dltmain.sh1316 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6411 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
/PHP-5.5/main/
H A Dmergesort.c110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local
148 q = f2; in php_mergesort()
152 q = f1; in php_mergesort()
157 while ((b += size) < t && cmp(q, b TSRMLS_CC) >sense) in php_mergesort()
166 (*cmp)(q, p TSRMLS_CC) <= sense) in php_mergesort()
171 } else if ((*cmp)(q, p TSRMLS_CC) <= sense) { in php_mergesort()
180 if ((*cmp)(q, p = b + i TSRMLS_CC) <= sense) in php_mergesort()
187 if ((*cmp)(q, in php_mergesort()
195 if (q == f1) { in php_mergesort()

Completed in 110 milliseconds

1234567