--TEST-- Test array_sum() function : error conditions --FILE-- --EXPECTF-- *** Testing array_sum() : error conditions *** -- Testing array_sum() function with zero arguments -- Warning: array_sum() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing array_sum() function with more than expected no. of arguments -- Warning: array_sum() expects exactly 1 parameter, 2 given in %s on line %d NULL Done