summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_010_func.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_010_func.phpt')
-rw-r--r--ext/oci8/tests/coll_010_func.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/coll_010_func.phpt b/ext/oci8/tests/coll_010_func.phpt
index 2f67283538..9ef6c22250 100644
--- a/ext/oci8/tests/coll_010_func.phpt
+++ b/ext/oci8/tests/coll_010_func.phpt
@@ -11,8 +11,8 @@ require(__DIR__.'/skipif.inc');
require __DIR__."/connect.inc";
$ora_sql = "DROP TYPE
- ".$type_name."
- ";
+ ".$type_name."
+ ";
$statement = OCIParse($c,$ora_sql);
@OCIExecute($statement);