summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_019.phpt')
-rw-r--r--ext/oci8/tests/coll_019.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/oci8/tests/coll_019.phpt b/ext/oci8/tests/coll_019.phpt
index be79e98aab..de6e187102 100644
--- a/ext/oci8/tests/coll_019.phpt
+++ b/ext/oci8/tests/coll_019.phpt
@@ -8,6 +8,8 @@ require(__DIR__.'/skipif.inc');
--FILE--
<?php
+error_reporting(E_ALL ^ E_DEPRECATED);
+
require __DIR__."/connect.inc";
$ora_sql = "DROP TYPE ".$type_name;