diff options
Diffstat (limited to 'ext/oci8/tests/bug51291_1.phpt')
-rw-r--r-- | ext/oci8/tests/bug51291_1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug51291_1.phpt b/ext/oci8/tests/bug51291_1.phpt index 4fa2e23995..406d9b5dcd 100644 --- a/ext/oci8/tests/bug51291_1.phpt +++ b/ext/oci8/tests/bug51291_1.phpt @@ -5,7 +5,7 @@ Bug #51291 (oci_error() doesn't report last error when called two times) --FILE-- <?php -require(dirname(__FILE__).'/connect.inc'); +require(__DIR__.'/connect.inc'); echo "Test 1 - Parse\n"; |