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