Home
last modified time | relevance | path

Searched refs:iconv_mime_decode_headers (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers-charset-length-cve-2007-4840.phpt2 iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840)
8 var_dump(iconv_mime_decode_headers("a", null, $a));
11 Warning: iconv_mime_decode_headers(): Charset parameter exceeds the maximum allowed length of %d ch…
H A Dbug55146.phpt2 Bug #55146 (iconv_mime_decode_headers() skips some headers)
14 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR));
20 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_STRICT));
H A Dbug52941.phpt2 Bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers)
15 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, 'UTF-8');
23 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR | ICONV_MIME_DEC…
H A Dbug63839.phpt2 Bug #63839 (iconv_mime_decode_headers function is skipping headers)
22 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR));
23 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_STRICT));
H A Dbug78069.phpt9 $hdr = iconv_mime_decode_headers(file_get_contents(__DIR__ . "/bug78069.data"),2);
H A Diconv_mime_decode_headers.phpt2 iconv_mime_decode_headers()
33 Subject: [PHP-DEV] [ICONV] test for =?US-ASCII?Q?iconv_mime_decode_headers=28=29?=
36 var_dump(iconv_mime_decode_headers($headers));
H A Dbug77147.phpt12 $headers = iconv_mime_decode_headers($string, ICONV_MIME_DECODE_CONTINUE_ON_ERROR);
/PHP-7.4/ext/iconv/
H A Dphp_iconv.h68 PHP_FUNCTION(iconv_mime_decode_headers);
H A Diconv.c133 PHP_FE(iconv_mime_decode_headers, arginfo_iconv_mime_decode_headers)
2373 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() argument

Completed in 22 milliseconds