--TEST-- Test iconv_mime_decode() function : usage variations - Pass different data types to charset arg --SKIPIF-- --FILE-- --EXPECTF-- *** Testing iconv_mime_decode() : usage variations *** -- Iteration 1 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `0' is not allowed in %s on line %d bool(false) -- Iteration 2 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on line %d bool(false) -- Iteration 3 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `12345' is not allowed in %s on line %d bool(false) -- Iteration 4 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `-2345' is not allowed in %s on line %d bool(false) -- Iteration 5 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `10.5' is not allowed in %s on line %d bool(false) -- Iteration 6 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `-10.5' is not allowed in %s on line %d bool(false) -- Iteration 7 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `123456789000' is not allowed in %s on line %d bool(false) -- Iteration 8 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1.23456789E-9' is not allowed in %s on line %d bool(false) -- Iteration 9 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `0.5' is not allowed in %s on line %d bool(false) -- Iteration 10 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 11 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 12 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on line %d bool(false) -- Iteration 13 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 14 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on line %d bool(false) -- Iteration 15 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 16 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 17 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 18 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `string' is not allowed in %s on line %d bool(false) -- Iteration 19 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `string' is not allowed in %s on line %d bool(false) -- Iteration 20 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `hello world' is not allowed in %s on line %d bool(false) -- Iteration 21 -- Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `Class A object' is not allowed in %s on line %d bool(false) -- Iteration 22 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 23 -- string(44) "5375626a6563743a20412053616d706c652054657374" -- Iteration 24 -- Warning: iconv_mime_decode() expects parameter 3 to be string, resource given in %s on line %d bool(false) Done