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