diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-08-18 12:28:28 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-08-18 12:28:28 +0000 |
commit | 867160a75122ba8e352a7b1e4422cad8ee1da73c (patch) | |
tree | fc7c1c07dfb804237e33a8ab7bf4af66422635b0 /ext/standard/array.c | |
parent | d484ad1d6c2ad743a52181096ba5632dabcfd9bd (diff) | |
download | php-git-867160a75122ba8e352a7b1e4422cad8ee1da73c.tar.gz |
minor typo fix in proto
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r-- | ext/standard/array.c | 2 |
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 */ |