summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_reduce_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_reduce_variation2.phpt')
-rw-r--r--ext/standard/tests/array/array_reduce_variation2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_reduce_variation2.phpt b/ext/standard/tests/array/array_reduce_variation2.phpt
index 35b2d38f40..d1cb97e2c4 100644
--- a/ext/standard/tests/array/array_reduce_variation2.phpt
+++ b/ext/standard/tests/array/array_reduce_variation2.phpt
@@ -5,7 +5,7 @@ Test array_reduce() function : variation - invalid parameters
/* Prototype : mixed array_reduce(array input, mixed callback [, int initial])
* Description: Iteratively reduce the array to a single value via the callback.
* Source code: ext/standard/array.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing array_reduce() : variation - invalid parameters ***\n";