summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/define3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/define3.phpt')
-rw-r--r--ext/oci8/tests/define3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/define3.phpt b/ext/oci8/tests/define3.phpt
index 70426f61b4..701c89db54 100644
--- a/ext/oci8/tests/define3.phpt
+++ b/ext/oci8/tests/define3.phpt
@@ -14,7 +14,7 @@ $stmtarray = array(
"drop table phpdefblobtable",
"create table phpdefblobtable (id number(10), fileimage blob)"
);
-
+
oci8_test_sql_execute($c, $stmtarray);
// Load data
@@ -78,7 +78,7 @@ while (oci_fetch($stmt)) {
$stmtarray = array(
"drop table phpdefblobtable"
);
-
+
oci8_test_sql_execute($c, $stmtarray);
echo "Done\n";