Home
last modified time | relevance | path

Searched refs:header (Results 251 – 270 of 270) sorted by path

1...<<11

/php-src/sapi/cli/tests/
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/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()
H A Dfpm_main.c354 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
391 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
395 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
399 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
404 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
/php-src/sapi/fpm/tests/
H A Dbug68207-fastcgi-error-header-sent.phpt34 $tester->expectNoLogPattern('/Cannot modify header information/');
H A Dbug80849-fpm.phpt2 Bug #80849 (HTTP Status header truncation)
23 header('HTTP/1.1 201 ' . str_repeat('A', 1014), true);
H A Dgh12385.phpt23 header("X-Test: 12345");
H A Dgh9981-fastcgi-error-header-reset.phpt40 $tester->expectNoLogPattern('/Cannot modify header information/');
H A Dresponse.inc191 * Expect header in the response.
391 * Check a specified header.
404 return $this->error("The header $name is not present");
406 $header = $headers[$lcName];
409 if ($header === $value) {
413 return $this->error("The header $name value '$header' is not the same as '$value'");
416 if ( ! preg_match($value, $header)) {
417 return $this->error("The header $name value '$header' does not match RegExp '$value'");
432 return $this->error("The header $name is present");
458 $this->error("Invalid header row (no colon): $headerRow");
H A Dstatus.inc97 * @param string $header
108 string $header = '',
119 $pattern = '(' . $header;
160 $header = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" " .
171 $header,
/php-src/sapi/fpm/
H A Dwww.conf.in328 ; %o: output header
329 ; it must be associated with embraces to specify the name of the header:
/php-src/sapi/litespeed/
H A Dlsapi_main.c396 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
431 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
435 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
438 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
443 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
477 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1696 p = strchr( h->header, ':' ); in PHP_FUNCTION()
1697 len = p - h->header; in PHP_FUNCTION()
1699 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
H A Dlsapilib.c2127 struct lsapi_packet_header header; in LSAPI_Write_Stderr_r() local
2155 lsapi_buildPacketHeader( &header, LSAPI_STDERR_STREAM, in LSAPI_Write_Stderr_r()
2159 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
/php-src/tests/basic/
H A D030.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
H A D031.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
H A Dbug67198.phpt29 'header' => 'Content-type: application/x-www-form-urlencoded',
H A Dreq44164.phpt2 Req #44164 (Handle "Content-Length" HTTP header when zlib.output_compression active)
11 header("Content-length: 200");
/php-src/win32/build/
H A Dconfutils.js1111 if (header = FSO.OpenTextFile(project_header, 1)) {
1112 contents = header.ReadAll();
1122 header.Close();
1838 function output_as_table(header, ar_out) argument
1840 var l = header.length;
1867 if (tmax > header[j].length) {
1870 max[j] = header[j].length;
1872 if (tmin < header[j].length) {
1873 min[j] = header[j].length;
1891 out += " " + header[j];
[all …]
/php-src/win32/
H A Dsendmail.c124 static zend_string *php_win32_mail_trim_header(const char *header) in php_win32_mail_trim_header() argument
130 if (!header) { in php_win32_mail_trim_header()
138 NULL, header, strlen(header), in php_win32_mail_trim_header()

Completed in 74 milliseconds

1...<<11