summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_013.phpt')
-rw-r--r--ext/oci8/tests/coll_013.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/coll_013.phpt b/ext/oci8/tests/coll_013.phpt
index 04f549845e..f85c98a907 100644
--- a/ext/oci8/tests/coll_013.phpt
+++ b/ext/oci8/tests/coll_013.phpt
@@ -4,7 +4,7 @@ collections and correct dates (2)
<?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);