diff options
Diffstat (limited to 'ext/oci8/tests/drcp_scope1.phpt')
| -rw-r--r-- | ext/oci8/tests/drcp_scope1.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/tests/drcp_scope1.phpt b/ext/oci8/tests/drcp_scope1.phpt index 01b0a4271e..57f1abe327 100644 --- a/ext/oci8/tests/drcp_scope1.phpt +++ b/ext/oci8/tests/drcp_scope1.phpt @@ -19,6 +19,7 @@ require dirname(__FILE__)."/details.inc"; // Create the table $c = oci_new_connect($user,$password,$dbase); +@drcp_drop_table($c); drcp_create_table($c); // OCI_NEW_CONNECT |
