summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/define6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/define6.phpt')
-rw-r--r--ext/oci8/tests/define6.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/define6.phpt b/ext/oci8/tests/define6.phpt
index 50e23ecf45..f68ada398c 100644
--- a/ext/oci8/tests/define6.phpt
+++ b/ext/oci8/tests/define6.phpt
@@ -4,7 +4,7 @@ oci_define_by_name tests with REF CURSORs
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
-?>
+?>
--FILE--
<?php
@@ -22,7 +22,7 @@ oci8_test_sql_execute($c, $stmtarray);
// Run Test
-$sql =
+$sql =
"DECLARE
TYPE curtype IS REF CURSOR;
cursor_var curtype;