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