]> granicus.if.org Git - php/commitdiff
Forgot to update proto.
authorAndrei Zmievski <andrei@php.net>
Tue, 12 Sep 2000 19:04:50 +0000 (19:04 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 12 Sep 2000 19:04:50 +0000 (19:04 +0000)
ext/standard/array.c

index 8acd7aff3f87bf4b994e67546329a0e9b9fa60a4..8260a5ee20f1ed24fc3c13182ab4cb577b935d04 100644 (file)
@@ -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)
 {