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