diff options
Diffstat (limited to 'ext/oci8/tests/imp_res_cancel.phpt')
-rw-r--r-- | ext/oci8/tests/imp_res_cancel.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/oci8/tests/imp_res_cancel.phpt b/ext/oci8/tests/imp_res_cancel.phpt index e3caa86672..54c6784ea8 100644 --- a/ext/oci8/tests/imp_res_cancel.phpt +++ b/ext/oci8/tests/imp_res_cancel.phpt @@ -55,8 +55,6 @@ $stmtarray = array( oci8_test_sql_execute($c, $stmtarray); ?> -===DONE=== -<?php exit(0); ?> --EXPECT-- Test 1 1 @@ -65,4 +63,3 @@ bool(true) bool(true) 3 bool(true) -===DONE=== |