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