--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: Wrong parameter count for split() in %s on line 17 NULL -- Testing split() function with less than expected no. of arguments -- Warning: Wrong parameter count for split() in %s on line 22 NULL Done