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