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