summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests/pecl_bug_6364.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/tests/pecl_bug_6364.phpt')
-rw-r--r--ext/pdo_oci/tests/pecl_bug_6364.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_oci/tests/pecl_bug_6364.phpt b/ext/pdo_oci/tests/pecl_bug_6364.phpt
index e8ed6ee62d..054d58a0f8 100644
--- a/ext/pdo_oci/tests/pecl_bug_6364.phpt
+++ b/ext/pdo_oci/tests/pecl_bug_6364.phpt
@@ -3,13 +3,13 @@ PECL PDO_OCI Bug #6364 (segmentation fault on stored procedure call with OUT bin
--SKIPIF--
<?php
if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded');
-require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
+require(__DIR__.'/../../pdo/tests/pdo_test.inc');
PDOTest::skip();
?>
--FILE--
<?php
-require dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc';
+require __DIR__ . '/../../pdo/tests/pdo_test.inc';
$dbh = PDOTest::factory();
@$dbh->exec ("drop table bug_6364_t");