summaryrefslogtreecommitdiff
path: root/ext/odbc/tests/bug47803.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/tests/bug47803.phpt')
-rw-r--r--ext/odbc/tests/bug47803.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/tests/bug47803.phpt b/ext/odbc/tests/bug47803.phpt
index aa5925df7f..e80b0de38b 100644
--- a/ext/odbc/tests/bug47803.phpt
+++ b/ext/odbc/tests/bug47803.phpt
@@ -5,7 +5,7 @@ Bug #47803 Executing prepared statements is successful only for the first two st
--FILE--
<?php
-include dirname(__FILE__) . "/config.inc";
+include __DIR__ . "/config.inc";
$create_table = "CREATE TABLE FOO(
[PAR_ID] [int] NOT NULL,