From: Andrei Zmievski Date: Tue, 12 Sep 2000 19:04:50 +0000 (+0000) Subject: Forgot to update proto. X-Git-Tag: php-4.0.3RC1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5470222d706e422ded13111100774596d6d5822b;p=php Forgot to update proto. --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 8acd7aff3f..8260a5ee20 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -1993,7 +1993,7 @@ PHP_FUNCTION(array_count_values) /* }}} */ -/* {{{ proto array array_reverse(array input) +/* {{{ proto array array_reverse(array input [, bool preserve keys]) Return input as a new array with the order of the entries reversed */ PHP_FUNCTION(array_reverse) {