Home
last modified time | relevance | path

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

12345678910

/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c98 apr_table_unset(ctx->r->headers_out, sapi_header->header); in php_apache_sapi_header_handler()
107 val = strchr(sapi_header->header, ':'); in php_apache_sapi_header_handler()
120 if (!strcasecmp(sapi_header->header, "content-type")) { in php_apache_sapi_header_handler()
125 } else if (!strcasecmp(sapi_header->header, "content-length")) { in php_apache_sapi_header_handler()
136 apr_table_set(ctx->r->headers_out, sapi_header->header, val); in php_apache_sapi_header_handler()
138 apr_table_add(ctx->r->headers_out, sapi_header->header, val); in php_apache_sapi_header_handler()
/PHP-7.0/sapi/cli/tests/
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');
/PHP-7.0/ext/gd/tests/
H A Dimageloadfont_invalid.phpt25 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
H A Dcreatefromwbmp2_extern.phpt16 //write header
/PHP-7.0/tests/basic/
H A Dbug67198.phpt29 'header' => 'Content-type: application/x-www-form-urlencoded',
/PHP-7.0/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-7.0/ext/wddx/tests/
H A Dbug70661.phpt19 <header/>
/PHP-7.0/ext/odbc/
H A Dconfig.w3219 WARNING("odbc support can't be enabled, libraries or header are missing (SDK)")
/PHP-7.0/ext/zlib/tests/
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
/PHP-7.0/ext/standard/tests/http/
H A Dbug53198.phpt2 Bug #53198 (From: header cannot be changed with ini_set)
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode.phpt15 function do_single_test($header)
19 $result = iconv_mime_decode($header, $mode, "UTF-8");
H A Diconv_mime_decode_variation3.phpt11 * Description: Decodes a mime header field
25 $header = b'Subject: =?UTF-8?B?QSBTYW1wbGUgVGVzdA==?=';
102 $res = iconv_mime_decode($header, $mode, $input);
/PHP-7.0/ext/soap/
H A Dphp_http.c1377 char *header; in get_http_body() local
1381 header = get_http_header_value(headers, "Connection: "); in get_http_body()
1382 if (header) { in get_http_body()
1384 efree(header); in get_http_body()
1387 header = get_http_header_value(headers, "Transfer-Encoding: "); in get_http_body()
1388 if (header) { in get_http_body()
1390 efree(header); in get_http_body()
1392 header = get_http_header_value(headers, "Content-Length: "); in get_http_body()
1393 if (header) { in get_http_body()
1394 header_length = atoi(header); in get_http_body()
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_mysqlnd_read_timeout.phpt34 Warning: mysqli_query(): Error reading result set's header in %s on line %d
/PHP-7.0/ext/mbstring/tests/
H A Dbug54494.phpt11 header('Content-Type: text/plain; charset=UTF-32LE');
/PHP-7.0/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.0/ext/opcache/tests/
H A Dissue0149.phpt13 $stub = "<?php header('Content-Type: text/plain;');
/PHP-7.0/ext/exif/tests/
H A Dexif_tagname_error.phpt9 * Description: Get the header name for an index
/PHP-7.0/ext/gettext/
H A Dconfig.m414 AC_MSG_ERROR(Cannot locate header file libintl.h)
/PHP-7.0/ext/mbstring/libmbfl/
H A Dconfigure.in20 # Checks for header files.
/PHP-7.0/win32/
H A Dsendmail.c142 static zend_string *php_win32_mail_trim_header(char *header) in php_win32_mail_trim_header() argument
151 if (!header) { in php_win32_mail_trim_header()
159 NULL, header, (int)strlen(header), in php_win32_mail_trim_header()
188 return estrdup(header); in php_win32_mail_trim_header()
/PHP-7.0/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt27 $pad_length = PHP_INT_MAX - 16; /* zend_string header is 16 bytes */

Completed in 43 milliseconds

12345678910