Home
last modified time | relevance | path

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

/php-src/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", 0, $a));
11 Warning: iconv_mime_decode_headers(): Encoding parameter exceeds the maximum allowed length of 64 c…
H A Dbug55146.phpt2 Bug #55146 (iconv_mime_decode_headers() skips some headers)
12 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR));
18 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)
20 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR));
21 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_STRICT));
H A Dbug78069.phpt7 $hdr = iconv_mime_decode_headers(file_get_contents(__DIR__ . "/bug78069.data"),2);
H A Dbug77147.phpt10 $headers = iconv_mime_decode_headers($string, ICONV_MIME_DECODE_CONTINUE_ON_ERROR);
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));
/php-src/ext/iconv/
H A Diconv_arginfo.h68 ZEND_FUNCTION(iconv_mime_decode_headers);
80 ZEND_FE(iconv_mime_decode_headers, arginfo_iconv_mime_decode_headers)
H A Diconv.stub.php45 function iconv_mime_decode_headers(string $headers, int $mode = 0, ?string $encoding = null): array… function
H A Diconv.c2098 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() argument

Completed in 14 milliseconds