--TEST-- Test split() function : error conditions - wrong number of args --FILE-- --EXPECTF-- *** Testing split() : error conditions - wrong number of args *** -- Testing split() function with more than expected no. of arguments -- Warning: split() expects at most 3 parameters, 4 given in %s on line 17 NULL -- Testing split() function with less than expected no. of arguments -- Warning: split() expects at least 2 parameters, 1 given in %s on line 22 NULL Done