summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_reduce_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_reduce_variation3.phpt')
-rw-r--r--ext/standard/tests/array/array_reduce_variation3.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_reduce_variation3.phpt b/ext/standard/tests/array/array_reduce_variation3.phpt
index f43b8eb589..572d76c405 100644
--- a/ext/standard/tests/array/array_reduce_variation3.phpt
+++ b/ext/standard/tests/array/array_reduce_variation3.phpt
@@ -2,12 +2,6 @@
Test array_reduce() function : variation - object callbacks
--FILE--
<?php
-/* 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:
- */
-
echo "*** Testing array_reduce() : variation - object callbacks ***\n";
class A {