diff options
Diffstat (limited to 'ext/spl/tests/bug32134.phpt')
-rw-r--r-- | ext/spl/tests/bug32134.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/bug32134.phpt b/ext/spl/tests/bug32134.phpt index 7c3f810401..7a6012b7f8 100644 --- a/ext/spl/tests/bug32134.phpt +++ b/ext/spl/tests/bug32134.phpt @@ -36,8 +36,6 @@ $myArray['two'] = 'two'; var_dump($myArray['two']); ?> -===DONE=== -<?php exit(0); ?> --EXPECT-- myArray::offsetSet(one,one) myArray::offsetGet(one) @@ -45,4 +43,3 @@ string(3) "one" myArray::offsetSet(two,two) myArray::offsetGet(two) string(3) "two" -===DONE=== |