summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/array.c')
-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 7dcf6b7ebb..c3596c0f6a 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -2816,7 +2816,7 @@ PHP_FUNCTION(array_sum)
/* }}} */
/* {{{ proto mixed array_reduce(array input, mixed callback [, int initial])
- Reduce the array by calling the callback */
+ Iteratively reduce the array to a single value via the callback. */
PHP_FUNCTION(array_reduce)
{
zval **input, **callback, **initial;