--TEST-- Test rawurldecode() function : error conditions - wrong number of args --FILE-- --EXPECTF-- *** Testing rawurldecode() : error conditions *** -- Testing rawurldecode() function with Zero arguments -- Warning: rawurldecode() expects exactly 1 parameter, 0 given in %s on line 14 NULL -- Testing rawurldecode() function with more than expected no. of arguments -- Warning: rawurldecode() expects exactly 1 parameter, 2 given in %s on line 20 NULL Done