summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_011.phpt')
-rw-r--r--ext/oci8/tests/coll_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/coll_011.phpt b/ext/oci8/tests/coll_011.phpt
index da0650cfdd..220ed179a5 100644
--- a/ext/oci8/tests/coll_011.phpt
+++ b/ext/oci8/tests/coll_011.phpt
@@ -18,7 +18,7 @@ $statement = OCIParse($c,$ora_sql);
@OCIExecute($statement);
$ora_sql = "CREATE TYPE ".$type_name." AS TABLE OF VARCHAR(10)";
-
+
$statement = OCIParse($c,$ora_sql);
OCIExecute($statement);