From: Hartmut Holzgraefe Date: Fri, 18 Aug 2000 12:28:28 +0000 (+0000) Subject: minor typo fix in proto X-Git-Tag: php-4.0.2RC1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=867160a75122ba8e352a7b1e4422cad8ee1da73c;p=php minor typo fix in proto --- 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 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 */