summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index 8aec490ded..31dfd4cd00 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -1926,7 +1926,7 @@ PHP_FUNCTION(array_values)
/* {{{ proto array array_count_values(array input)
- Return the value as key and the frequency of that value in <input> as value */
+ Return the value as key and the frequency of that value in input as value */
PHP_FUNCTION(array_count_values)
{
zval **input, /* Input array */