summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_012_func.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_012_func.phpt')
-rw-r--r--ext/oci8/tests/coll_012_func.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/coll_012_func.phpt b/ext/oci8/tests/coll_012_func.phpt
index 574281d149..0884144776 100644
--- a/ext/oci8/tests/coll_012_func.phpt
+++ b/ext/oci8/tests/coll_012_func.phpt
@@ -4,7 +4,7 @@ collections and correct dates
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
-?>
+?>
--FILE--
<?php
@@ -18,7 +18,7 @@ $statement = OCIParse($c,$ora_sql);
@OCIExecute($statement);
$ora_sql = "CREATE TYPE ".$type_name." AS TABLE OF DATE";
-
+
$statement = OCIParse($c,$ora_sql);
OCIExecute($statement);