diff options
Diffstat (limited to 'ext/oci8/tests/debug.phpt')
-rw-r--r-- | ext/oci8/tests/debug.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/debug.phpt b/ext/oci8/tests/debug.phpt index 729726fdd6..a197639af6 100644 --- a/ext/oci8/tests/debug.phpt +++ b/ext/oci8/tests/debug.phpt @@ -5,7 +5,7 @@ oci_internal_debug() --FILE-- <?php -require(dirname(__FILE__)."/details.inc"); +require(__DIR__."/details.inc"); oci_internal_debug(true); |