--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 -- Deprecated: Function split() is deprecated in %s on line %d Warning: split() expects at most 3 parameters, 4 given in %s on line %d NULL -- Testing split() function with less than expected no. of arguments -- Deprecated: Function split() is deprecated in %s on line %d Warning: split() expects at least 2 parameters, 1 given in %s on line %d NULL Done