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