summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/array_bind_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/array_bind_007.phpt')
-rw-r--r--ext/oci8/tests/array_bind_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/array_bind_007.phpt b/ext/oci8/tests/array_bind_007.phpt
index 7cde333aad..d4896821c2 100644
--- a/ext/oci8/tests/array_bind_007.phpt
+++ b/ext/oci8/tests/array_bind_007.phpt
@@ -5,7 +5,7 @@ oci_bind_array_by_name() and invalid values 7
--FILE--
<?php
-require dirname(__FILE__).'/connect.inc';
+require __DIR__.'/connect.inc';
$drop = "DROP table bind_test";
$statement = oci_parse($c, $drop);