Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/mbstring/tests/
H A Dmb_output_handler_pattern-06.phpt8 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-12.phpt8 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-03.phpt8 header("Content-Type: application/xhtml+xml");
H A Dmb_output_handler_pattern-04.phpt8 header("Content-Type: application/octet-stream");
H A Dmb_output_handler_pattern-07.phpt10 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-08.phpt10 header("Content-Type: text/plain");
H A Dmb_output_handler_pattern-09.phpt10 header("Content-Type: application/xhtml+xml");
H A Dmb_output_handler_pattern-10.phpt10 header("Content-Type: application/octet-stream");
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");
/php-src/sapi/cgi/tests/
H A Dbug81518b.phpt7 header('Content-Type: text/html');
/php-src/ext/zlib/tests/
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
H A Dbug51269.phpt11 header('Vary: Cookie');
/php-src/ext/iconv/tests/
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
/php-src/sapi/cli/tests/
H A Dbug61977.phpt23 $header = <<<HEADER
29 if (fwrite($fp, $header)) {
/php-src/tests/basic/
H A D030.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
/php-src/ext/phar/tests/
H A Dbug73768.phpt16 internal corruption of phar "%sbug73768.phar" (truncated manifest header)
H A Dbug77143.phpt18 internal corruption of phar "%sbug77143.phar" (truncated manifest header)
/php-src/ext/ffi/tests/
H A Dbug77706.phpt17 $header = '
31 $ffi = FFI::cdef($header, 'libc.so.6');
/php-src/ext/gd/tests/
H A Dbug79615.phpt2 Bug #79615 (Wrong GIF header written in GD GIFEncode)
/php-src/ext/phar/tests/zip/
H A Dcorrupt_009.phpt14 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
/php-src/ext/exif/tests/bug75785/
H A Dbug75785.phpt2 Bug #75785 fix corrupt EXIF header issues; Related to mixed endianness. (Thank you @Richard Matzing…
/php-src/ext/opcache/tests/
H A Djmp_elim_001.phpt14 header('Content-Type: application/json');
/php-src/main/
H A Drfc1867.c371 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers() argument
404 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
426 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
432 static char *php_mime_get_hdr_value(zend_llist header, char *key) in php_mime_get_hdr_value() argument
440 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
445 entry = zend_llist_get_next(&header); in php_mime_get_hdr_value()
664 zend_llist header; local
777 zend_llist_clean(&header);
779 if (!multipart_buffer_headers(mbuff, &header)) {
783 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
[all …]
/php-src/ext/standard/tests/http/
H A Dbug75981.phpt14 'header' => 'Connection: Close'

Completed in 58 milliseconds

1234567891011