summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bind_char_2_11gR1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bind_char_2_11gR1.phpt')
-rw-r--r--ext/oci8/tests/bind_char_2_11gR1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bind_char_2_11gR1.phpt b/ext/oci8/tests/bind_char_2_11gR1.phpt
index 2395b83b88..00831111b6 100644
--- a/ext/oci8/tests/bind_char_2_11gR1.phpt
+++ b/ext/oci8/tests/bind_char_2_11gR1.phpt
@@ -25,7 +25,7 @@ $stmtarray = array(
"create table bind_char_tab (id number, c1 date)",
"insert into bind_char_tab values (1, '2008-04-20')",
);
-
+
oci8_test_sql_execute($c, $stmtarray);
// Run Test
@@ -85,7 +85,7 @@ function do_e_q($s)
$stmtarray = array(
"drop table bind_char_tab"
);
-
+
oci8_test_sql_execute($c, $stmtarray);
echo "Done\n";