--TEST-- Test md5() function : error conditions --FILE-- ===DONE== --EXPECTF-- *** Testing md5() : error conditions *** -- Testing md5() function with no arguments -- Warning: md5() expects at least 1 parameter, 0 given in %s on line %d NULL -- Testing md5() function with more than expected no. of arguments -- Warning: md5() expects at most 2 parameters, 3 given in %s on line %d NULL ===DONE==