summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/array_bind_013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/array_bind_013.phpt')
-rw-r--r--ext/oci8/tests/array_bind_013.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/array_bind_013.phpt b/ext/oci8/tests/array_bind_013.phpt
index 44d4bd1e6d..0d9ddabc15 100644
--- a/ext/oci8/tests/array_bind_013.phpt
+++ b/ext/oci8/tests/array_bind_013.phpt
@@ -5,7 +5,7 @@ oci_bind_array_by_name(), SQLT_CHR, default max_length and empty array
--FILE--
<?php
-require dirname(__FILE__).'/connect.inc';
+require __DIR__.'/connect.inc';
$statement = oci_parse($c, 'SELECT user FROM v$session');