diff options
Diffstat (limited to 'ext/oci8/tests/bug74625.phpt')
-rw-r--r-- | ext/oci8/tests/bug74625.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug74625.phpt b/ext/oci8/tests/bug74625.phpt index f3bc7ac60a..9bcaf29788 100644 --- a/ext/oci8/tests/bug74625.phpt +++ b/ext/oci8/tests/bug74625.phpt @@ -6,7 +6,7 @@ if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?> --FILE-- <?php -require(dirname(__FILE__).'/connect.inc'); +require(__DIR__.'/connect.inc'); // Initialization |