summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_walk_recursive.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_walk_recursive.phpt')
-rw-r--r--ext/standard/tests/array/array_walk_recursive.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_walk_recursive.phpt b/ext/standard/tests/array/array_walk_recursive.phpt
index c3b37c321c..c8523055e9 100644
--- a/ext/standard/tests/array/array_walk_recursive.phpt
+++ b/ext/standard/tests/array/array_walk_recursive.phpt
@@ -15,7 +15,7 @@ var_dump (array_walk_recursive ($arr, 'foo'));
var_dump (array_walk_recursive ($arr, 'bar'));
?>
---EXPECTF--
+--EXPECT--
1 foo
2 foo
3 foo