summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_reduce.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_reduce.phpt')
-rw-r--r--ext/standard/tests/array/array_reduce.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/array/array_reduce.phpt b/ext/standard/tests/array/array_reduce.phpt
index 4a73a8eb95..824e2ff65b 100644
--- a/ext/standard/tests/array/array_reduce.phpt
+++ b/ext/standard/tests/array/array_reduce.phpt
@@ -4,10 +4,6 @@ Test array_reduce() function
precision=14
--FILE--
<?php
-/* Prototype: array array_reduce(array $array, mixed $callback, mixed $initial);
- Description: Iteratively reduce the array to a single value via the callback
-*/
-
$array = array('foo', 'foo', 'bar', 'qux', 'qux', 'quux');
echo "\n*** Testing array_reduce() to integer ***\n";