summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/null_byte_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/null_byte_2.phpt')
-rw-r--r--ext/oci8/tests/null_byte_2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/null_byte_2.phpt b/ext/oci8/tests/null_byte_2.phpt
index 0bb9a38f65..e95564e322 100644
--- a/ext/oci8/tests/null_byte_2.phpt
+++ b/ext/oci8/tests/null_byte_2.phpt
@@ -3,7 +3,7 @@ Null bytes in SQL statements
--SKIPIF--
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
-require(dirname(__FILE__).'/skipif.inc');
+require(__DIR__.'/skipif.inc');
?>
--INI--
display_errors = On
@@ -11,7 +11,7 @@ error_reporting = E_WARNING
--FILE--
<?php
-require(dirname(__FILE__).'/connect.inc');
+require(__DIR__.'/connect.inc');
// Run Test