diff options
Diffstat (limited to 'ext/oci8/tests/field_funcs2.phpt')
-rw-r--r-- | ext/oci8/tests/field_funcs2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/field_funcs2.phpt b/ext/oci8/tests/field_funcs2.phpt index 502d079139..896a63d11b 100644 --- a/ext/oci8/tests/field_funcs2.phpt +++ b/ext/oci8/tests/field_funcs2.phpt @@ -5,7 +5,7 @@ Bug #41917 (invalid scale and precision) --FILE-- <?php -require(dirname(__FILE__)."/connect.inc"); +require(__DIR__."/connect.inc"); $s = oci_parse($c, 'drop table field_funcs2_tab'); @oci_execute($s); |