--TEST-- Test iconv_substr() function : error conditions - Pass incorrect number of args --SKIPIF-- --FILE-- --EXPECTF-- *** Testing iconv_substr() : error conditions *** -- Testing iconv_substr() function with more than expected no. of arguments -- Warning: iconv_substr() expects at most 4 parameters, 5 given in %s on line %d bool(false) -- Testing iconv_substr() function with less than expected no. of arguments -- Warning: iconv_substr() expects at least 2 parameters, 1 given in %s on line %d bool(false) Done