Searched refs:iconv_mime_decode_headers (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/iconv/tests/ |
H A D | iconv_mime_decode_headers_variation1.phpt | 6 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 D | iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt | 2 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 D | bug55146.phpt | 2 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 D | bug52941.phpt | 2 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 D | iconv_mime_decode_headers_variation2.phpt | 7 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 int, float given in %s on line %d 396 Warning: iconv_mime_decode_headers() expects parameter 2 to be int, string given in %s on line %d 401 Warning: iconv_mime_decode_headers() expects parameter 2 to be int, string given in %s on line %d [all …]
|
H A D | iconv_mime_decode_headers_variation3.phpt | 7 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 int, float given in %s on line %d 399 Warning: iconv_mime_decode_headers() expects parameter 2 to be int, string given in %s on line %d 404 Warning: iconv_mime_decode_headers() expects parameter 2 to be int, string given in %s on line %d [all …]
|
H A D | bug63839.phpt | 2 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 D | bug78069.phpt | 9 $hdr = iconv_mime_decode_headers(file_get_contents(__DIR__ . "/bug78069.data"),2);
|
H A D | iconv_mime_decode_headers.phpt | 2 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 D | bug77147.phpt | 12 $headers = iconv_mime_decode_headers($string, ICONV_MIME_DECODE_CONTINUE_ON_ERROR);
|
/PHP-7.3/ext/iconv/ |
H A D | php_iconv.h | 68 PHP_FUNCTION(iconv_mime_decode_headers);
|
H A D | iconv.c | 136 PHP_FE(iconv_mime_decode_headers, arginfo_iconv_mime_decode_headers) 2385 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() argument
|
/PHP-7.3/ |
H A D | NEWS | 1869 . Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers). 1872 . Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)
|
Completed in 62 milliseconds