Home
last modified time | relevance | path

Searched refs:headers (Results 26 – 50 of 159) sorted by relevance

1234567

/PHP-7.0/ext/standard/tests/general_functions/
H A Dheader_redirection_003.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_004.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_005.phpt2 Location: headers do not override the 201 response code
H A Dheader_redirection_008.phpt2 Location: headers do not override the 302 Found response code
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
H A Dheader_redirection_006.phpt2 Location: headers do not override the 300 Multiple Choices response code
H A Dheader_redirection_007.phpt2 Location: headers do not override the 301 Moved Permanently response code
H A Dheader_redirection_009.phpt2 Location: headers do not override the 303 See Other response code
H A Dheader_redirection_010.phpt2 Location: headers do not override the 304 Not Modified response code
H A Dheader_redirection_011.phpt2 Location: headers do not override the 305 Use Proxy response code
H A Dheader_redirection_012.phpt2 Location: headers do not override the 307 Temporary Redirect response code
H A Dheader_redirection_013.phpt2 Location: headers do not override the 308 Permanent Redirect response code
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-7.0/ext/phar/tests/tar/
H A Dbug64343.phpt2 Bug #64343 (phar cannot open tars with pax headers)
/PHP-7.0/sapi/fpm/tests/
H A D022-cve-2016-5385.phpt43 $headers = [
47 $req = run_request('127.0.0.1', $port, $srcfile, '', $headers);
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
22 $headers = <<<EOF
H A Diconv_mime_decode_headers.phpt9 $headers = <<<HERE
36 var_dump(iconv_mime_decode_headers($headers));
85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_log.c303 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
307 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
311 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
317 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
322 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
/PHP-7.0/ext/gettext/
H A Dconfig.w3210 WARNING("gettext not enabled; libraries and headers not found");
/PHP-7.0/ext/zlib/tests/
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
/PHP-7.0/ext/pspell/
H A Dconfig.w3213 WARNING("pspell not enabled; libraries and headers not found");
/PHP-7.0/ext/mcrypt/
H A Dconfig.w3217 WARNING("mcrypt not enabled; libraries and headers not found");
/PHP-7.0/ext/gmp/
H A Dconfig.w3213 WARNING("GMP not enabled; libraries and headers not found");
/PHP-7.0/
H A Dserver-tests.php241 public $headers = array(); variable in HTTPRequest
276 $this->headers = $headers;
1284 $headers = array();
1383 $r = new HTTPRequest($url,$headers,$options,$post);
1386 $headers = $r->response_headers;
1396 $headers = array();
1400 $headers[trim($line[0])] = trim($line[1]);
1408 print_r($headers);
1512 $output .= "$k: {$headers[$k]}\n";
1513 if (!isset($headers[$k]) || $headers[$k] != $v) {
[all …]
/PHP-7.0/ext/standard/tests/mail/
H A Dbug69115.phpt14 /* Just ensure it doesn't crash when trimming headers */

Completed in 28 milliseconds

1234567