Home
last modified time | relevance | path

Searched refs:header (Results 76 – 100 of 218) sorted by relevance

123456789

/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c38 static int bmp_read_1bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header);
39 static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header);
40 static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header);
712 if (gdTell(infile) != header->off) { in bmp_read_direct()
714 if (!gdSeek(infile, header->off)) { in bmp_read_direct()
809 if (gdTell(infile) != header->off) { in bmp_read_1bit()
811 if (!gdSeek(infile, header->off)) { in bmp_read_1bit()
879 if (gdTell(infile) != header->off) { in bmp_read_4bit()
881 if (!gdSeek(infile, header->off)) { in bmp_read_4bit()
966 if (gdTell(infile) != header->off) { in bmp_read_8bit()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc68 * @param string $header
79 string $header = '',
90 $pattern = '(' . $header;
135 $header = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" " .
146 $header,
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50762.phpt13 return 'header handler ' . ($this->auth ? 'called' : 'not called');
47 header handler called
/PHP-7.4/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt6 header('Location: http://example.com/');
/PHP-7.4/ext/standard/tests/http/
H A Dbug61548.phpt11 function do_test($header) {
15 'header' => $header,
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64433_srv.inc7 header("Location: index.php?redir=1");
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt2 Bug #80710 (imap_mail_compose() header injection) - MIME Splitting Attack
37 Warning: imap_mail_compose(): header injection attempt in from in %s on line %d
H A Dbug80710_2.phpt2 Bug #80710 (imap_mail_compose() header injection) - Remail
37 Warning: imap_mail_compose(): header injection attempt in remail in %s on line %d
/PHP-7.4/sapi/cgi/tests/
H A Dbug81518b.phpt7 header('Content-Type: text/html');
/PHP-7.4/ext/date/tests/
H A Dbug61642.phpt12 $header = array();
17 $header[] = $date->format('Y-m-d D');
20 echo '### ', implode(' ', $header), "\n\n";
/PHP-7.4/ext/mbstring/tests/
H A Dmb_output_handler_pattern-01.phpt8 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-02.phpt8 header("Content-Type: text/plain");
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");
/PHP-7.4/ext/zlib/tests/
H A Dbug51269.phpt13 header('Vary: Cookie');
/PHP-7.4/sapi/cli/tests/
H A Dbug61977.phpt24 $header = <<<HEADER
30 if (fwrite($fp, $header)) {
/PHP-7.4/tests/basic/
H A D030.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
/PHP-7.4/ext/standard/
H A Dhead.h31 PHP_FUNCTION(header);
/PHP-7.4/ext/phar/tests/
H A Dbug73768.phpt16 internal corruption of phar "%sbug73768.phar" (truncated manifest header)

Completed in 26 milliseconds

123456789