summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/conn_attr_4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/conn_attr_4.phpt')
-rw-r--r--ext/oci8/tests/conn_attr_4.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/oci8/tests/conn_attr_4.phpt b/ext/oci8/tests/conn_attr_4.phpt
index e4e457194d..9cf55f55f9 100644
--- a/ext/oci8/tests/conn_attr_4.phpt
+++ b/ext/oci8/tests/conn_attr_4.phpt
@@ -21,6 +21,8 @@ if (!(isset($matches[0]) &&
--FILE--
<?php
+error_reporting(E_ALL ^ E_DEPRECATED);
+
$testuser = 'testuser_attr_4'; // Used in conn_attr.inc
$testpassword = 'testuser';