diff options
Diffstat (limited to 'ext/oci8/tests/array_bind_009.phpt')
-rw-r--r-- | ext/oci8/tests/array_bind_009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/array_bind_009.phpt b/ext/oci8/tests/array_bind_009.phpt index 64b2e8cded..b00efc0c24 100644 --- a/ext/oci8/tests/array_bind_009.phpt +++ b/ext/oci8/tests/array_bind_009.phpt @@ -5,7 +5,7 @@ oci_bind_array_by_name() and invalid values 9 --FILE-- <?php -require dirname(__FILE__).'/connect.inc'; +require __DIR__.'/connect.inc'; var_dump(oci_bind_array_by_name($c, ":c1", $array, 5, 5, SQLT_CHR)); |