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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_count_values_variation.phpt b/ext/standard/tests/array/array_count_values_variation.phpt index 9a2830b918..2368973e12 100644 --- a/ext/standard/tests/array/array_count_values_variation.phpt +++ b/ext/standard/tests/array/array_count_values_variation.phpt @@ -5,7 +5,7 @@ Test array_count_values() function : Test all normal parameter variations /* 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: + * Alias to functions: */ /* |