summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-09-12 19:04:50 +0000
committerAndrei Zmievski <andrei@php.net>2000-09-12 19:04:50 +0000
commit5470222d706e422ded13111100774596d6d5822b (patch)
treeee238e9b3aba1ef9e5c5887bed25a7d0f244ec3b /ext
parent34574352be67a62f016d2313b08700de461f4b77 (diff)
downloadphp-git-5470222d706e422ded13111100774596d6d5822b.tar.gz
Forgot to update proto.
Diffstat (limited to 'ext')
-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 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)
{