--TEST-- Test utf8_encode() function : error conditions --SKIPIF-- --FILE-- --EXPECTF-- *** Testing utf8_encode() : error conditions *** -- Testing utf8_encode() function with Zero arguments -- Warning: utf8_encode() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing utf8_encode() function with more than expected no. of arguments -- Warning: utf8_encode() expects exactly 1 parameter, 2 given in %s on line %d NULL Done