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