Home
last modified time | relevance | path

Searched refs:header (Results 126 – 150 of 218) sorted by relevance

123456789

/PHP-7.4/ext/standard/tests/network/
H A Dbug73594.phpt13 // skip empty and header lines
H A Dbug73594a.phpt13 // skip empty and header lines
/PHP-7.4/ext/standard/
H A Dinfo.h70 PHPAPI void php_info_print_table_colspan_header(int num_cols, char *header);
/PHP-7.4/ext/exif/tests/
H A Dbug60150.phpt2 Bug #60150 (Integer overflow during the parsing of invalid exif header)
/PHP-7.4/ext/curl/tests/responder/
H A Dget.inc27 header('Content-Type: text/plain;charset=utf-8');
/PHP-7.4/tests/basic/
H A Dbug67198.phpt31 'header' => 'Content-type: application/x-www-form-urlencoded',
/PHP-7.4/ext/gd/tests/
H A Dimageloadfont_invalid.phpt25 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
H A Dcreatefromwbmp2.phpt16 //write header
H A Dcreatefromwbmp2_extern.phpt16 //write header
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_variation1.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
H A Dgzencode_variation2-win32.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
/PHP-7.4/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_008.phpt2 SERVER_PROTOCOL header availability
H A Dphp_cli_server_019.phpt11 header('Bar-Foo: Foo');
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c92 apr_table_unset(ctx->r->headers_out, sapi_header->header); in php_apache_sapi_header_handler()
101 val = strchr(sapi_header->header, ':'); in php_apache_sapi_header_handler()
114 if (!strcasecmp(sapi_header->header, "content-type")) { in php_apache_sapi_header_handler()
119 } else if (!strcasecmp(sapi_header->header, "content-length")) { in php_apache_sapi_header_handler()
130 apr_table_set(ctx->r->headers_out, sapi_header->header, val); in php_apache_sapi_header_handler()
132 apr_table_add(ctx->r->headers_out, sapi_header->header, val); in php_apache_sapi_header_handler()
/PHP-7.4/ext/odbc/
H A Dconfig.w3218 WARNING("odbc support can't be enabled, libraries or header are missing (SDK)")
/PHP-7.4/ext/standard/tests/http/
H A Dbug53198.phpt2 Bug #53198 (From: header cannot be changed with ini_set)
/PHP-7.4/ext/session/tests/
H A Dbug74514.phpt14 Therefore, once HTTP header is considered as sent, these functions emits
/PHP-7.4/ext/mbstring/tests/
H A Dbug54494.phpt11 header('Content-Type: text/plain; charset=UTF-32LE');
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode.phpt15 function do_single_test($header)
19 $result = iconv_mime_decode($header, $mode, "UTF-8");
/PHP-7.4/ext/gettext/
H A Dconfig.m412 AC_MSG_ERROR(Cannot locate header file libintl.h)
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_007.phpt19 …curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); // Disable Expect: header (lighttpd does n…
/PHP-7.4/ext/opcache/tests/
H A Dissue0149.phpt15 $stub = "<?php header('Content-Type: text/plain;');
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt27 $pad_length = PHP_INT_MAX - 16; /* zend_string header is 16 bytes */
/PHP-7.4/ext/soap/
H A Dphp_http.c1425 char *header; in get_http_body() local
1429 header = get_http_header_value(headers, "Connection: "); in get_http_body()
1430 if (header) { in get_http_body()
1432 efree(header); in get_http_body()
1435 header = get_http_header_value(headers, "Transfer-Encoding: "); in get_http_body()
1436 if (header) { in get_http_body()
1438 efree(header); in get_http_body()
1440 header = get_http_header_value(headers, "Content-Length: "); in get_http_body()
1441 if (header) { in get_http_body()
1442 header_length = atoi(header); in get_http_body()
[all …]

Completed in 37 milliseconds

123456789