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