summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/windows_mb_path/bug54977.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/windows_mb_path/bug54977.phpt')
-rw-r--r--ext/standard/tests/file/windows_mb_path/bug54977.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/file/windows_mb_path/bug54977.phpt b/ext/standard/tests/file/windows_mb_path/bug54977.phpt
index b1bc415f05..173aed480f 100644
--- a/ext/standard/tests/file/windows_mb_path/bug54977.phpt
+++ b/ext/standard/tests/file/windows_mb_path/bug54977.phpt
@@ -2,7 +2,7 @@
Bug #54977 UTF-8 files and folder are not shown
--SKIPIF--
<?php
-include dirname(__FILE__) . DIRECTORY_SEPARATOR . "util.inc";
+include __DIR__ . DIRECTORY_SEPARATOR . "util.inc";
skip_if_not_win();
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
@@ -14,9 +14,9 @@ skip_if_no_required_exts();
/* This file is in UTF-8. */
-include dirname(__FILE__) . DIRECTORY_SEPARATOR . "util.inc";
+include __DIR__ . DIRECTORY_SEPARATOR . "util.inc";
-$prefix = dirname(__FILE__) . DIRECTORY_SEPARATOR . "testBug54977" . DIRECTORY_SEPARATOR;
+$prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54977" . DIRECTORY_SEPARATOR;
$paths = array("多国語", "王", "汚れて掘る");