summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{