--TEST-- Test convert_uudecode() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing convert_uudecode() : error conditions *** -- Testing convert_uudecode() function with no arguments -- Warning: convert_uudecode() expects exactly 1 parameter, 0 given in %s on line %d bool(false) -- Testing convert_uudecode() function with more than expected no. of arguments -- Warning: convert_uudecode() expects exactly 1 parameter, 2 given in %s on line %d bool(false) ===DONE===