Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt6 function_exists('iconv_mime_decode_headers') or die("skip iconv_mime_decode_headers() is not availa…
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
16 * Pass different data types to $str argument to see how iconv_mime_decode_headers() behaves
19 echo "*** Testing iconv_mime_decode_headers() : usage variations ***\n";
107 // loop through each element of $inputs to check the behavior of iconv_mime_decode_headers()
111 var_dump( iconv_mime_decode_headers($input, $mode, $charset));
120 *** Testing iconv_mime_decode_headers() : usage variations ***
216 Warning: iconv_mime_decode_headers() expects parameter 1 to be string, resource given in %s on line…
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 Diconv_mime_decode_headers_variation2.phpt7 function_exists('iconv_mime_decode_headers') or die("skip iconv_mime_decode_headers() is not availa…
11 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
17 * Pass different data types to $str argument to see how iconv_mime_decode_headers() behaves
20 echo "*** Testing iconv_mime_decode_headers() : usage variations ***\n";
108 // loop through each element of $inputs to check the behavior of iconv_mime_decode_headers()
112 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
121 *** Testing iconv_mime_decode_headers() : usage variations ***
239 Warning: iconv_mime_decode_headers() expects parameter 2 to be integer, float given in %s on line %d
396 Warning: iconv_mime_decode_headers() expects parameter 2 to be integer, string given in %s on line …
401 Warning: iconv_mime_decode_headers() expects parameter 2 to be integer, string given in %s on line …
[all …]
H A Diconv_mime_decode_headers_variation3.phpt7 function_exists('iconv_mime_decode_headers') or die("skip iconv_mime_decode_headers() is not availa…
11 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
17 * Pass different data types to $str argument to see how iconv_mime_decode_headers() behaves
20 echo "*** Testing iconv_mime_decode_headers() : usage variations ***\n";
111 // loop through each element of $inputs to check the behavior of iconv_mime_decode_headers()
115 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
124 *** Testing iconv_mime_decode_headers() : usage variations ***
242 Warning: iconv_mime_decode_headers() expects parameter 2 to be integer, float given in %s on line %d
399 Warning: iconv_mime_decode_headers() expects parameter 2 to be integer, string given in %s on line …
404 Warning: iconv_mime_decode_headers() expects parameter 2 to be integer, string given in %s on line …
[all …]
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.2/ext/iconv/
H A Dphp_iconv.h70 PHP_FUNCTION(iconv_mime_decode_headers);
H A Diconv.c138 PHP_FE(iconv_mime_decode_headers, arginfo_iconv_mime_decode_headers)
2377 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS860 . Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
863 . Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)

Completed in 31 milliseconds