diff options
Diffstat (limited to 'ext/spl/tests/array_020.phpt')
-rw-r--r-- | ext/spl/tests/array_020.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/array_020.phpt b/ext/spl/tests/array_020.phpt index 3258c7f16c..3a218bdabc 100644 --- a/ext/spl/tests/array_020.phpt +++ b/ext/spl/tests/array_020.phpt @@ -44,8 +44,6 @@ foreach($ar as $k => $v) } ?> -===DONE=== -<?php exit(0); ?> --EXPECT-- ArrayIteratorEx::rewind ArrayIteratorEx::valid @@ -61,4 +59,3 @@ int(1) int(2) ArrayIteratorEx::next ArrayIteratorEx::valid -===DONE=== |