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