summaryrefslogtreecommitdiff
path: root/tests/lang/foreachLoop.009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/foreachLoop.009.phpt')
-rw-r--r--tests/lang/foreachLoop.009.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lang/foreachLoop.009.phpt b/tests/lang/foreachLoop.009.phpt
index 37b0163358..9bf2957e12 100644
--- a/tests/lang/foreachLoop.009.phpt
+++ b/tests/lang/foreachLoop.009.phpt
@@ -51,7 +51,6 @@ foreach ($refedArray as $k=>&$v4) {
?>
--EXPECT--
-
Remove elements from a referenced array during loop
key: 0; value: original.0
key: 1; value: original.1
@@ -75,4 +74,3 @@ key: 4; value: new.1
key: 5; value: new.2
key: 6; value: new.3
Loop detected, as expected.
-