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