diff options
Diffstat (limited to 'ext/oci8/tests/define_old.phpt')
-rw-r--r-- | ext/oci8/tests/define_old.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/define_old.phpt b/ext/oci8/tests/define_old.phpt index d174ef9155..634a86d370 100644 --- a/ext/oci8/tests/define_old.phpt +++ b/ext/oci8/tests/define_old.phpt @@ -5,7 +5,7 @@ ocidefinebyname() --FILE-- <?php -require(dirname(__FILE__)."/connect.inc"); +require(__DIR__."/connect.inc"); // Initialize |