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