summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/statement_type_old.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/statement_type_old.phpt')
-rw-r--r--ext/oci8/tests/statement_type_old.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/statement_type_old.phpt b/ext/oci8/tests/statement_type_old.phpt
index 2626d6203c..aa0565e27b 100644
--- a/ext/oci8/tests/statement_type_old.phpt
+++ b/ext/oci8/tests/statement_type_old.phpt
@@ -5,7 +5,7 @@ ocistatementtype()
--FILE--
<?php
-require dirname(__FILE__)."/connect.inc";
+require __DIR__."/connect.inc";
if (!empty($dbase)) {
var_dump($c = ocilogon($user, $password, $dbase));