summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bind_char_4_11gR1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bind_char_4_11gR1.phpt')
-rw-r--r--ext/oci8/tests/bind_char_4_11gR1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bind_char_4_11gR1.phpt b/ext/oci8/tests/bind_char_4_11gR1.phpt
index 9bc0ddf428..51350e533e 100644
--- a/ext/oci8/tests/bind_char_4_11gR1.phpt
+++ b/ext/oci8/tests/bind_char_4_11gR1.phpt
@@ -3,7 +3,7 @@ PL/SQL oci_bind_by_name with SQLT_AFC aka CHAR to VARCHAR2 parameter
--SKIPIF--
<?php
if (!extension_loaded('oci8')) die ("skip no oci8 extension");
-require(dirname(__FILE__)."/connect.inc");
+require(__DIR__."/connect.inc");
// The bind buffer size edge cases seem to change each DB version.
preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
if (!(isset($matches[0]) && $matches[1] < 12)) {
@@ -17,7 +17,7 @@ NLS_LANG=.AL32UTF8
// Same test as bind_char_3 but the PL/SQL function uses VARCHAR2 instead of CHAR
-require(dirname(__FILE__).'/connect.inc');
+require(__DIR__.'/connect.inc');
// Initialization