summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/drcp_scope1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/drcp_scope1.phpt')
-rw-r--r--ext/oci8/tests/drcp_scope1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/drcp_scope1.phpt b/ext/oci8/tests/drcp_scope1.phpt
index 57f1abe327..78e2e900c9 100644
--- a/ext/oci8/tests/drcp_scope1.phpt
+++ b/ext/oci8/tests/drcp_scope1.phpt
@@ -7,8 +7,8 @@ oci8.old_oci_close_semantics=1
--FILE--
<?php
-require dirname(__FILE__)."/drcp_functions.inc";
-require dirname(__FILE__)."/details.inc";
+require __DIR__."/drcp_functions.inc";
+require __DIR__."/details.inc";
// Scope considered here is the functional scope
// Test will open a connection within a function (function 1).