summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/lob_null.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/lob_null.phpt')
-rw-r--r--ext/oci8/tests/lob_null.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/oci8/tests/lob_null.phpt b/ext/oci8/tests/lob_null.phpt
index 2543aeef81..df9c83fd47 100644
--- a/ext/oci8/tests/lob_null.phpt
+++ b/ext/oci8/tests/lob_null.phpt
@@ -10,6 +10,8 @@ require(__DIR__.'/skipif.inc');
require __DIR__.'/connect.inc';
+error_reporting(E_ALL ^ E_DEPRECATED);
+
// Initialization
$s = oci_parse($c, 'drop table lob_null_tab');