Home
last modified time | relevance | path

Searched refs:d (Results 251 – 275 of 6284) sorted by last modified time

1...<<11121314151617181920>>...252

/PHP-5.5/sapi/thttpd/
H A Dconfig.m411 if test ! -d $PHP_THTTPD; then
H A Dthttpd_patch229 +printf("**RESPONSE [%d]** len = %d\n%*.*s\n", hc->conn_fd, hc->responselen, hc->responselen, hc->r…
347 - "Content-Length: %d\r\n", length );
384 "<HTML><HEAD><TITLE>%d %s</TITLE></HEAD>\n<BODY BGCOLOR=\"#cc9999\"><H2>%d %s</H2>\n",
576 +printf("doing httpd_get_con(%d)\n", hc->conn_fd);
619 +printf("one_one = %d keep_alive = %d\n", hc->one_one, hc->keep_alive);
856 - const char* cernfmt_nozone = "%d/%b/%Y:%H:%M:%S";
887 - "%s %c%04d", date_nozone, sign, zone );
1770 + int d = hc->read_buf - oldptr;
2030 +printf("**RESPONSE2 [%d]** len = %d\n%*.*s\n", hc->conn_fd, hc->responselen, hc->responselen, hc->…
2293 + const char* cernfmt_nozone = "%d/%b/%Y:%H:%M:%S";
[all …]
/PHP-5.5/sapi/tux/
H A DREADME65 # tux -d -t 8 -r /www -m /tux-modules php5.tux
/PHP-5.5/sapi/fpm/tests/
H A D003.phpt44 string(%d) "[%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
46 string(%d) "[%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.dsp51 # ADD BASE RSC /l 0x40d /d "_DEBUG"
52 # ADD RSC /l 0x40d /d "_DEBUG"
77 # ADD BASE RSC /l 0x40d /d "NDEBUG"
78 # ADD RSC /l 0x40d /d "NDEBUG"
104 # ADD BASE RSC /l 0x40d /d "NDEBUG"
105 # ADD RSC /l 0x40d /d "NDEBUG"
131 # ADD BASE RSC /l 0x40d /d "NDEBUG"
132 # ADD RSC /l 0x40d /d "NDEBUG"
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.dsp47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
72 # ADD BASE RSC /l 0x409 /d "_DEBUG"
73 # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3430 register uint32 a, b, c, d; in lsapi_MD5Transform() local
3435 d = buf[3]; in lsapi_MD5Transform()
3437 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in lsapi_MD5Transform()
3441 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in lsapi_MD5Transform()
3445 MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); in lsapi_MD5Transform()
3454 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in lsapi_MD5Transform()
3455 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in lsapi_MD5Transform()
3458 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in lsapi_MD5Transform()
3462 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in lsapi_MD5Transform()
3467 MD5STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9); in lsapi_MD5Transform()
[all …]
/PHP-5.5/sapi/nsapi/
H A Dconfig.m49 if test ! -d $PHP_NSAPI/bin ; then
13 if test -d $PHP_NSAPI/include ; then
19 if test -d $PHP_NSAPI/plugins/include ; then
H A Dnsapi-readme.txt94 <Object ppath="d:\path\to\authenticated\dir\*">
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_str.h10 char *d, *end; in str_purify_filename() local
12 d = dst; in str_purify_filename()
15 for (; d < end && *src; ++d, ++src) { in str_purify_filename()
17 *d = '.'; in str_purify_filename()
19 *d = *src; in str_purify_filename()
23 *d = '\0'; in str_purify_filename()
25 return d; in str_purify_filename()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in15 ;include=etc/fpm.d/*.conf
61 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
67 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
386 ; %d: time taken to serve the request
388 ; - %{seconds}d (default)
389 ; - %{miliseconds}d
390 ; - %{mili}d
391 ; - %{microseconds}d
392 ; - %{micro}d
424 ; %d/%b/%Y:%H:%M:%S %z (default)
[all …]
H A Dconfig.m4253 sprintf(buf, "/proc/%d/$proc_mem_file", getpid());
639 …PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm…
/PHP-5.5/sapi/embed/
H A Dphp5embed.dsp45 # ADD BASE RSC /l 0x406 /d "_DEBUG"
46 # ADD RSC /l 0x406 /d "_DEBUG"
68 # ADD BASE RSC /l 0x406 /d "NDEBUG"
69 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/sapi/cli/tests/
H A D015.phpt24 PHP %d.%d.%d%s(cli) (built: %s)%s
33 PHP %d.%d.%d%s(cli) (built: %s)%s
H A D022.phpt43 resource(%d) of type (stream)
44 resource(%d) of type (process)
45 resource(%d) of type (stream)
46 resource(%d) of type (stream)
47 resource(%d) of type (stream)
H A Dbug64529.phpt24 spawn \$php_executable -n -d cli.prompt="" -a
42 spawn \$php_executable -n -d cli.prompt="" -a
63 spawn %sphp -n -d cli.prompt="" -a
H A Dbug68745.phpt34 int(%d)
H A Dphp_cli_server_002.phpt16 string(%d) "string(%d) "%stests"
17 string(%d) "PHP %s Development Server"
18 string(%d) "localhost"
19 string(%d) "8964"
H A Dphp_cli_server_005.phpt65 string(%d) "%s"
H A Dphp_cli_server_013.phpt88 Content-Length: %d
96 Content-Length: %d
104 Content-Length: %d
H A Dphp_cli_server_014.phpt77 Content-Length: %d
H A Dphp_cli_server_017.phpt44 string(%d) "%sindex.php"
H A Dphp_cli_server_019.phpt63 string(%d) "P%s"
/PHP-5.5/sapi/continuity/
H A Dconfig.m48 if test ! -d $PHP_CONTINUITY; then
12 if test -d $PHP_CONTINUITY/include ; then
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c425 int d = template_map[c].code; in get_template_string() local
426 if (d > code) { in get_template_string()
428 } else if (d < code) { in get_template_string()

Completed in 55 milliseconds

1...<<11121314151617181920>>...252