Lines Matching refs:iconv_mime_decode

2 Test iconv_mime_decode() function : usage variations - Pass different data types to charset arg
6 function_exists('iconv_mime_decode') or die("skip iconv_mime_decode() is not available in this buil…
10 /* Prototype : string iconv_mime_decode(string encoded_string [, int mode, string charset])
16 * Pass different data types to $str argument to see how iconv_mime_decode() behaves
19 echo "*** Testing iconv_mime_decode() : usage variations ***\n";
98 // loop through each element of $inputs to check the behavior of iconv_mime_decode()
102 $res = iconv_mime_decode($header, $mode, $input);
117 *** Testing iconv_mime_decode() : usage variations ***
121 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `0' is not allowed in %s on li…
126 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on li…
131 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `12345' is not allowed in %s o…
136 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `-2345' is not allowed in %s o…
141 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `10.5' is not allowed in %s on…
146 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `-10.5' is not allowed in %s o…
151 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `123456789000' is not allowed …
156 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1.23456789E-9' is not allowed…
161 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `0.5' is not allowed in %s on …
172 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on li…
180 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on li…
194 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `string' is not allowed in %s …
199 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `string' is not allowed in %s …
204 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `hello world' is not allowed i…
209 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `Class A object' is not allowe…
220 Warning: iconv_mime_decode() expects parameter 3 to be string, resource given in %s on line %d