Home
last modified time | relevance | path

Searched refs:header (Results 151 – 175 of 269) sorted by relevance

1234567891011

/php-src/ext/standard/tests/network/
H A Dbug73594a.phpt13 // skip empty and header lines
H A Dbug73594.phpt13 // skip empty and header lines
/php-src/sapi/fpm/tests/
H A Dgh9981-fastcgi-error-header-reset.phpt40 $tester->expectNoLogPattern('/Cannot modify header information/');
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c96 apr_table_unset(ctx->r->headers_out, sapi_header->header); in php_apache_sapi_header_handler()
105 val = strchr(sapi_header->header, ':'); in php_apache_sapi_header_handler()
118 if (!strcasecmp(sapi_header->header, "content-type")) { in php_apache_sapi_header_handler()
123 } else if (!strcasecmp(sapi_header->header, "content-length")) { in php_apache_sapi_header_handler()
134 apr_table_set(ctx->r->headers_out, sapi_header->header, val); in php_apache_sapi_header_handler()
136 apr_table_add(ctx->r->headers_out, sapi_header->header, val); in php_apache_sapi_header_handler()
/php-src/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-src/tests/basic/
H A Dbug67198.phpt29 'header' => 'Content-type: application/x-www-form-urlencoded',
/php-src/ext/standard/tests/file/
H A Dfgetc_variation2.phpt10 // include the header for common test function
H A Dfgets_variation2.phpt10 // include the header for common test function
/php-src/ext/mbstring/tests/
H A Dbug54494.phpt11 header('Content-Type: text/plain; charset=UTF-32LE');
/php-src/ext/odbc/
H A Dconfig.w3218 WARNING("odbc support can't be enabled, libraries or header are missing (SDK)")
/php-src/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt22 $pad_length = PHP_INT_MAX - 16; /* zend_string header is 16 bytes */
/php-src/ext/iconv/tests/
H A Diconv_mime_decode.phpt15 function do_single_test($header)
19 $result = iconv_mime_decode($header, $mode, "UTF-8");
/php-src/ext/soap/
H A Dphp_http.c1422 char *header; in get_http_body() local
1426 header = get_http_header_value(headers, "Connection: "); in get_http_body()
1427 if (header) { in get_http_body()
1429 efree(header); in get_http_body()
1432 header = get_http_header_value(headers, "Transfer-Encoding: "); in get_http_body()
1433 if (header) { in get_http_body()
1435 efree(header); in get_http_body()
1437 header = get_http_header_value(headers, "Content-Length: "); in get_http_body()
1438 if (header) { in get_http_body()
1439 header_length = atoi(header); in get_http_body()
[all …]
/php-src/ext/standard/tests/http/
H A Dbug53198.phpt2 Bug #53198 (From: header cannot be changed with ini_set)
/php-src/ext/session/tests/
H A Dbug74514.phpt16 Therefore, once HTTP header is considered as sent, these functions emits
/php-src/ext/phar/
H A Dpharzip.h151 phar_zip_extra_field_header header; member
/php-src/ext/sockets/
H A Dconfig.m414 dnl Check for struct ucred. Checking the header is not enough (DragonFlyBSD).
/php-src/ext/dom/
H A Dnamespace_compat.c35 php_libxml_private_data_header header; member
72 static void php_dom_libxml_ns_mapper_header_destroy(php_libxml_private_data_header *header) in php_dom_libxml_ns_mapper_header_destroy() argument
74 php_dom_libxml_ns_mapper_destroy((php_dom_libxml_ns_mapper *) header); in php_dom_libxml_ns_mapper_header_destroy()
80 mapper->header.dtor = php_dom_libxml_ns_mapper_header_destroy; in php_dom_libxml_ns_mapper_create()
234 return mapper == NULL ? NULL : &mapper->header; in php_dom_libxml_ns_mapper_header()
/php-src/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-src/ext/standard/tests/streams/
H A Dgh10031.phpt20 header("Content-Length: " . $fsize);
/php-src/ext/gettext/
H A Dconfig.m412 AC_MSG_ERROR(Cannot locate header file libintl.h)
/php-src/ext/opcache/tests/
H A Dissue0149.phpt14 $stub = "<?php header('Content-Type: text/plain;');
/php-src/ext/gd/tests/
H A Dcreatefromwbmp2.phpt17 //write header
/php-src/ext/curl/tests/responder/
H A Dget.inc30 header('Content-Type: text/plain;charset=utf-8');

Completed in 37 milliseconds

1234567891011