Home
last modified time | relevance | path

Searched refs:header (Results 126 – 150 of 270) sorted by last modified time

1234567891011

/php-src/sapi/fpm/tests/
H A Dbug80849-fpm.phpt2 Bug #80849 (HTTP Status header truncation)
23 header('HTTP/1.1 201 ' . str_repeat('A', 1014), true);
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c324 char *header; in fpm_log_write() local
329 if (!strstr(h->header, format)) { in fpm_log_write()
340 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
345 header = h->header + format_len + 2; in fpm_log_write()
346 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", header && *header ? header : "-"); in fpm_log_write()
/php-src/sapi/cli/tests/
H A Dbug61977.phpt23 $header = <<<HEADER
29 if (fwrite($fp, $header)) {
H A Dbug64878.phpt2 Bug #64878 (304 responses return Content-Type header)
12 php_cli_server_start('header("HTTP/1.1 304 Not Modified")', null);
H A Dbug66830.phpt2 Bug #66830 (Empty header causes PHP built-in web server to hang)
11 header(' ');
H A Demptyheader.phpt2 Correctly handle split and empty header
H A Dphp_cli_server_006.phpt2 Bug #55755 (SegFault when outputting header WWW-Authenticate)
H A Dphp_cli_server_007.phpt10 php_cli_server_start('header(\'WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque…
H A Dphp_cli_server_008.phpt2 SERVER_PROTOCOL header availability
H A Dphp_cli_server_019.phpt11 header('Bar-Foo: Foo');
H A Dphp_cli_server_022.phpt11 header('Bar-Foo: Foo');
/php-src/sapi/embed/
H A DREADME.md34 To compile this, we must point the compiler to the PHP header files. The paths to the header files …
/php-src/sapi/cgi/tests/
H A D011.phpt29 header("X-Foo: Bar");
32 header("X-Foo: Bar");
33 header("X-Bar: Baz");
37 header("X-Foo: Bar");
41 header("X-Foo: Bar");
45 header("X-Foo: Bar");
55 header("X-Foo: Bar");
83 header("X-Foo: Bar");
92 header("X-Foo: Bar");
93 header("X-Bar: Baz");
[all …]
H A Dbug80849-cgi.phpt2 Bug #80849 (HTTP Status header truncation)
6 header('HTTP/1.1 201 ' . str_repeat('A', 1014), true);
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
18 header("HTTP/1.1 403 Forbidden");
19 header("Status: 403 Also Forbidden");
25 header("HTTP/1.1 403 Forbidden");
31 header("Status: 403 Also Forbidden");
H A Dapache_response_headers.phpt18 header( "X-Robots-Tag : noindex,nofollow,noarchive" );
19 header( "Content-type: text/html; charset=UTF-8" );
20 header( "Bad-header" );
21 header( " : " );
22 header( ":" );
H A Dbug61605.phpt11 header("A: first");
12 header("A: second", TRUE);
14 header("A: third", FALSE);
H A Dbug81518b.phpt7 header('Content-Type: text/html');
/php-src/ext/zlib/tests/
H A Dbug51269.phpt11 header('Vary: Cookie');
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
H A Dgzencode_variation2-win32.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
H A Dgzencode_variation2.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
15 print "skip - OS is encoded in headers, tested header is non Darwin";
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
11 header("Vary: Cookie");
14 // run-tests cannot test for a multiple Vary header
/php-src/ext/tidy/
H A Dconfig.m435 dnl two are compatible, except for with regard to this header file.
H A Dconfig.w3216 AC_DEFINE('HAVE_TIDYBUFFIO_H', 1, 'Have tidybuffio.h header file');
21 AC_DEFINE('HAVE_TIDY_H', 1, "tidy include header")

Completed in 39 milliseconds

1234567891011