diff options
Diffstat (limited to 'ext/standard/tests/array/array_count_values_variation.phpt')
-rw-r--r-- | ext/standard/tests/array/array_count_values_variation.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_count_values_variation.phpt b/ext/standard/tests/array/array_count_values_variation.phpt index 2156db0ad9..4c9a295f0c 100644 --- a/ext/standard/tests/array/array_count_values_variation.phpt +++ b/ext/standard/tests/array/array_count_values_variation.phpt @@ -2,12 +2,6 @@ Test array_count_values() function : Test all normal parameter variations --FILE-- <?php -/* Prototype : proto array array_count_values(array input) - * Description: Return the value as key and the frequency of that value in input as value - * Source code: ext/standard/array.c - * Alias to functions: - */ - /* * Test behaviour with parameter variations */ |