summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug27303_3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug27303_3.phpt')
-rw-r--r--ext/oci8/tests/bug27303_3.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug27303_3.phpt b/ext/oci8/tests/bug27303_3.phpt
index aafdf61e73..dfc85e08b7 100644
--- a/ext/oci8/tests/bug27303_3.phpt
+++ b/ext/oci8/tests/bug27303_3.phpt
@@ -5,7 +5,7 @@ Bug #27303 (OCIBindByName binds numeric PHP values as characters)
--FILE--
<?php
-require dirname(__FILE__).'/connect.inc';
+require __DIR__.'/connect.inc';
$create_st = array();
$create_st[] = "drop sequence myseq";