diff options
Diffstat (limited to 'ext/spl/tests/dllist_013.phpt')
-rw-r--r-- | ext/spl/tests/dllist_013.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/dllist_013.phpt b/ext/spl/tests/dllist_013.phpt index b9a4ef7648..edab2b3056 100644 --- a/ext/spl/tests/dllist_013.phpt +++ b/ext/spl/tests/dllist_013.phpt @@ -30,8 +30,6 @@ echo $dll->pop()."\n"; echo $dll->pop()."\n"; echo $dll->pop()."\n"; ?> -===DONE=== -<?php exit(0); ?> --EXPECT-- Exception: Offset invalid or out of range 7 @@ -42,4 +40,3 @@ Exception: Offset invalid or out of range 3 2 1 -===DONE=== |