diff options
Diffstat (limited to 'ext/spl/tests/spl_006.phpt')
-rw-r--r-- | ext/spl/tests/spl_006.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/spl_006.phpt b/ext/spl/tests/spl_006.phpt index 1f5f85fb6d..b56ab67354 100644 --- a/ext/spl/tests/spl_006.phpt +++ b/ext/spl/tests/spl_006.phpt @@ -12,7 +12,6 @@ var_dump(iterator_to_array($it, false)); var_dump(iterator_to_array($it, true)); ?> -===DONE=== --EXPECT-- array(2) { [0]=> @@ -36,4 +35,3 @@ array(2) { [1]=> int(3) } -===DONE=== |