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