Home
last modified time | relevance | path

Searched refs:header (Results 101 – 125 of 218) sorted by relevance

123456789

/PHP-7.4/ext/ffi/tests/
H A Dbug77706.phpt16 $header = '
30 $ffi = FFI::cdef($header, 'libc.so.6');
/PHP-7.4/ext/phar/tests/
H A Dbug77143.phpt18 internal corruption of phar "%sbug77143.phar" (truncated manifest header)
H A D008.phpt21 internal corruption of phar "%s" (truncated manifest header)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_output_handler_runtime_ini_alteration-01.phpt12 header("Content-Type: text/html");
H A Dmb_output_handler_runtime_ini_alteration-02.phpt12 header("Content-Type: text/html");
H A Dbug52681.phpt2 Bug #52681 (mb_send_mail() appends an extra MIME-Version header)
/PHP-7.4/ext/standard/tests/http/
H A Dbug75981.phpt14 'header' => 'Connection: Close'
H A Dhttp_response_header_05.phpt2 $http_reponse_header (whitespace-only "header")
H A Dbug73297.phpt14 'header' => 'Connection: Close'
H A Dhttp_response_header_04.phpt2 $http_reponse_header (header with trailing whitespace)
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_009.phpt15 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
/PHP-7.4/ext/gd/tests/
H A Dbug79615.phpt2 Bug #79615 (Wrong GIF header written in GD GIFEncode)
H A Dbug75111.phpt12 $str .= pack("V", 40); // length of header
/PHP-7.4/ext/soap/tests/
H A Dbug70211.phpt20 $sf = new SoapFault('1', 'string', 'detail', 'header','line', str_repeat("A",232).ptr2str($addr));
H A Dcustom_content_type.phpt35 'header' => sprintf("MIME-Version: 1.0\r\n"),
61 'header' => sprintf("MIME-Version: 1.0\r\n"),
/PHP-7.4/ext/opcache/tests/
H A Djmp_elim_001.phpt14 header('Content-Type: application/json');
/PHP-7.4/ext/exif/tests/bug75785/
H A Dbug75785.phpt2 Bug #75785 fix corrupt EXIF header issues; Related to mixed endianness. (Thank you @Richard Matzing…
/PHP-7.4/ext/standard/tests/url/
H A Dget_headers_error_003.phpt9 php_cli_server_start('header("X-Request-Method: ".$_SERVER["REQUEST_METHOD"]);');
/PHP-7.4/tests/basic/
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
H A D031.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
/PHP-7.4/sapi/cli/tests/
H A Demptyheader.phpt2 Correctly handle split and empty header
H A Dphp_cli_server_006.phpt2 Bug #55755 (SegFault when outputting header WWW-Authenticate)
H A Dphp_cli_server_007.phpt10 php_cli_server_start('header(\'WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque…
/PHP-7.4/main/
H A Drfc1867.c401 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers() argument
434 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
456 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
462 static char *php_mime_get_hdr_value(zend_llist header, char *key) in php_mime_get_hdr_value() argument
470 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
475 entry = zend_llist_get_next(&header); in php_mime_get_hdr_value()
693 zend_llist header; local
792 zend_llist_clean(&header);
794 if (!multipart_buffer_headers(mbuff, &header)) {
798 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
[all …]
/PHP-7.4/ext/exif/tests/
H A Dexif_tagname_basic.phpt12 * Description: Get the header name for an index

Completed in 43 milliseconds

123456789