summaryrefslogtreecommitdiff
path: root/ext/zip/tests/bug53603.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/bug53603.phpt')
-rw-r--r--ext/zip/tests/bug53603.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug53603.phpt b/ext/zip/tests/bug53603.phpt
index 56d84ad3de..0a501071e5 100644
--- a/ext/zip/tests/bug53603.phpt
+++ b/ext/zip/tests/bug53603.phpt
@@ -17,7 +17,7 @@ class TestStream {
stream_wrapper_register("teststream", "TestStream");
-$dirname = dirname(__FILE__) . '/';
+$dirname = __DIR__ . '/';
$file = $dirname . 'test_with_comment.zip';
$zip = new ZipArchive;
if ($zip->open($file) !== TRUE) {