Home
last modified time | relevance | path

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

/PHP-5.5/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));
12 Warning: iconv_mime_decode_headers(): Charset parameter exceeds the maximum allowed length of %d ch…
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.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($headers, $input, $charset));
120 *** Testing iconv_mime_decode_headers() : usage variations ***
409 Warning: iconv_mime_decode_headers() expects parameter 2 to be long, string given in %s on line %d
414 Warning: iconv_mime_decode_headers() expects parameter 2 to be long, string given in %s on line %d
419 Warning: iconv_mime_decode_headers() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Diconv_mime_decode_headers_variation3.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";
110 // loop through each element of $inputs to check the behavior of iconv_mime_decode_headers()
114 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
123 *** Testing iconv_mime_decode_headers() : usage variations ***
412 Warning: iconv_mime_decode_headers() expects parameter 2 to be long, string given in %s on line %d
417 Warning: iconv_mime_decode_headers() expects parameter 2 to be long, string given in %s on line %d
422 Warning: iconv_mime_decode_headers() expects parameter 2 to be long, string given in %s on line %d
[all …]
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-5.5/ext/iconv/
H A Dphp_iconv.h67 PHP_FUNCTION(iconv_mime_decode_headers);
H A Diconv.c138 PHP_FE(iconv_mime_decode_headers, arginfo_iconv_mime_decode_headers)
2312 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS4737 . Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping

Completed in 86 milliseconds