summaryrefslogtreecommitdiff
path: root/tests/lang/foreach_with_references_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/foreach_with_references_001.phpt')
-rw-r--r--tests/lang/foreach_with_references_001.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/foreach_with_references_001.phpt b/tests/lang/foreach_with_references_001.phpt
index eb52bb8c10..a1f7c33600 100644
--- a/tests/lang/foreach_with_references_001.phpt
+++ b/tests/lang/foreach_with_references_001.phpt
@@ -16,7 +16,6 @@ foreach($arr as $key => &$val) {
}
print_r($arr);
-
--EXPECT--
Array
(