summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-08-18 12:28:28 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-08-18 12:28:28 +0000
commit867160a75122ba8e352a7b1e4422cad8ee1da73c (patch)
treefc7c1c07dfb804237e33a8ab7bf4af66422635b0 /ext/standard/array.c
parentd484ad1d6c2ad743a52181096ba5632dabcfd9bd (diff)
downloadphp-git-867160a75122ba8e352a7b1e4422cad8ee1da73c.tar.gz
minor typo fix in proto
Diffstat (limited to 'ext/standard/array.c')
-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 */