summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug37220.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug37220.phpt')
-rw-r--r--ext/oci8/tests/bug37220.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug37220.phpt b/ext/oci8/tests/bug37220.phpt
index e1788c46c8..fb62f9df4e 100644
--- a/ext/oci8/tests/bug37220.phpt
+++ b/ext/oci8/tests/bug37220.phpt
@@ -31,7 +31,7 @@ $clob = oci_new_descriptor($c, OCI_D_LOB);
oci_bind_by_name($stmt, ':data', $clob, -1, OCI_B_CLOB);
$clob->writetemporary("<MYTAG/>", OCI_TEMP_CLOB);
$success = oci_execute($stmt, OCI_COMMIT_ON_SUCCESS);
-oci_free_statement($stmt);
+oci_free_statement($stmt);
$clob->close();
// Query back the change