diff options
Diffstat (limited to 'tests/lang/foreach_with_object_001.phpt')
-rw-r--r-- | tests/lang/foreach_with_object_001.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lang/foreach_with_object_001.phpt b/tests/lang/foreach_with_object_001.phpt index 598b844fb7..98a8f19339 100644 --- a/tests/lang/foreach_with_object_001.phpt +++ b/tests/lang/foreach_with_object_001.phpt @@ -15,11 +15,9 @@ foreach ($obj->c()->a as $value) { } ?> -===DONE=== --EXPECT-- 1 2 3 4 5 -===DONE=== |