--TEST-- Test iconv_strlen() function : error conditions - pass incorrect number of args --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing iconv_strlen() : error conditions *** -- Testing iconv_strlen() function with Zero arguments -- Warning: iconv_strlen() expects at least 1 parameter, 0 given in %s on line %d bool(false) -- Testing iconv_strlen() function with more than expected no. of arguments -- Warning: iconv_strlen() expects at most 2 parameters, 3 given in %s on line %d bool(false) ===DONE===