--TEST-- Test array_filter() function : error conditions --FILE-- --EXPECTF-- *** Testing array_filter() : error conditions *** -- Testing array_filter() function with Zero arguments -- Warning: Wrong parameter count for array_filter() in %s on line %d NULL -- Testing array_filter() function with more than expected no. of arguments -- Warning: Wrong parameter count for array_filter() in %s on line %d NULL -- Testing array_filter() function with incorrect callback -- Warning: array_filter(): The second argument, 'even', should be a valid callback in %s on line %d NULL Done