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