summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug41069.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug41069.phpt')
-rw-r--r--ext/oci8/tests/bug41069.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug41069.phpt b/ext/oci8/tests/bug41069.phpt
index 29f579448e..a7606819f3 100644
--- a/ext/oci8/tests/bug41069.phpt
+++ b/ext/oci8/tests/bug41069.phpt
@@ -51,7 +51,7 @@ $stmtarray = array(
"insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
(113, 'aaaaaaa', 'bbbbbbbbbb', 'cccccc', 'e', 'f', 'dddd', '12/04/2006', '12/04/2006', 2224, 'zzzzzzz')"
);
-
+
oci8_test_sql_execute($c, $stmtarray);