summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bind_unsupported_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bind_unsupported_2.phpt')
-rw-r--r--ext/oci8/tests/bind_unsupported_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bind_unsupported_2.phpt b/ext/oci8/tests/bind_unsupported_2.phpt
index 9d0a33df6a..fefd57d148 100644
--- a/ext/oci8/tests/bind_unsupported_2.phpt
+++ b/ext/oci8/tests/bind_unsupported_2.phpt
@@ -7,7 +7,7 @@ if (!extension_loaded('oci8')) die("skip no oci8 extension");
--FILE--
<?php
-require(dirname(__FILE__).'/connect.inc');
+require(__DIR__.'/connect.inc');
$types = array(
"SQLT_BDOUBLE" => SQLT_BDOUBLE,