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