diff options
Diffstat (limited to 'ext/standard/tests/array/array_reduce.phpt')
-rw-r--r-- | ext/standard/tests/array/array_reduce.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_reduce.phpt b/ext/standard/tests/array/array_reduce.phpt index 9d702ebce0..4a73a8eb95 100644 --- a/ext/standard/tests/array/array_reduce.phpt +++ b/ext/standard/tests/array/array_reduce.phpt @@ -36,7 +36,7 @@ $initial = null; var_dump(array_reduce($array, 'reduce_null', $initial), $initial); echo "\nDone"; -?> +?> --EXPECT-- *** Testing array_reduce() to integer *** int(61) |