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