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