--TEST-- Test array_count_values() function : Invalid parameters --FILE-- --EXPECTF-- *** Testing array_count_values() : error conditions *** -- Testing array_count_values() function with Zero arguments -- Warning: Wrong parameter count for array_count_values() in %sarray_count_values_error.php on line 16 NULL -- Testing array_count_values() function with more than expected no. of arguments -- Warning: Wrong parameter count for array_count_values() in %sarray_count_values_error.php on line 22 NULL -- Testing array_count_values() function integer arguments -- Warning: array_count_values(): The argument should be an array in %sarray_count_values_error.php on line 26 NULL Done