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.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/coll_010_func.phpt b/ext/oci8/tests/coll_010_func.phpt
index f244ce16a8..3950dc7cb4 100644
--- a/ext/oci8/tests/coll_010_func.phpt
+++ b/ext/oci8/tests/coll_010_func.phpt
@@ -10,9 +10,9 @@ require(__DIR__.'/skipif.inc');
require __DIR__."/connect.inc";
-$ora_sql = "DROP TYPE
- ".$type_name."
- ";
+error_reporting(E_ALL ^ E_DEPRECATED);
+
+$ora_sql = "DROP TYPE ".$type_name;
$statement = oci_parse($c,$ora_sql);
@oci_execute($statement);