summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bind_char_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bind_char_1.phpt')
-rw-r--r--ext/oci8/tests/bind_char_1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bind_char_1.phpt b/ext/oci8/tests/bind_char_1.phpt
index 84ef14d957..477bb1422f 100644
--- a/ext/oci8/tests/bind_char_1.phpt
+++ b/ext/oci8/tests/bind_char_1.phpt
@@ -26,7 +26,7 @@ $stmtarray = array(
"insert into bind_char_tab values (2, NULL, 'abc')",
"insert into bind_char_tab values (3, NULL, 'abc ')"
);
-
+
oci8_test_sql_execute($c, $stmtarray);
// Run Test
@@ -196,7 +196,7 @@ function do_e_q($s)
$stmtarray = array(
"drop table bind_char_tab"
);
-
+
oci8_test_sql_execute($c, $stmtarray);
echo "Done\n";