diff options
Diffstat (limited to 'ext/oci8/tests/drcp_scope2.phpt')
-rw-r--r-- | ext/oci8/tests/drcp_scope2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/drcp_scope2.phpt b/ext/oci8/tests/drcp_scope2.phpt index b72e00dbb0..05a4c558ec 100644 --- a/ext/oci8/tests/drcp_scope2.phpt +++ b/ext/oci8/tests/drcp_scope2.phpt @@ -7,8 +7,8 @@ oci8.old_oci_close_semantics=0 --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). |