summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/define2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/define2.phpt')
-rw-r--r--ext/oci8/tests/define2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/define2.phpt b/ext/oci8/tests/define2.phpt
index 086cc7275c..67cff225c1 100644
--- a/ext/oci8/tests/define2.phpt
+++ b/ext/oci8/tests/define2.phpt
@@ -14,7 +14,7 @@ $stmtarray = array(
"drop table phptestrawtable",
"create table phptestrawtable( id number(10), fileimage raw(1000))"
);
-
+
oci8_test_sql_execute($c, $stmtarray);
$stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");