summaryrefslogtreecommitdiff
path: root/ext/zip/tests/bug8009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/bug8009.phpt')
-rw-r--r--ext/zip/tests/bug8009.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug8009.phpt b/ext/zip/tests/bug8009.phpt
index 61aaca77bd..4cc85a1b3f 100644
--- a/ext/zip/tests/bug8009.phpt
+++ b/ext/zip/tests/bug8009.phpt
@@ -6,7 +6,7 @@ if(!extension_loaded('zip')) die('skip');
?>
--FILE--
<?php
-$thisdir = dirname(__FILE__);
+$thisdir = __DIR__;
$src = $thisdir . "/bug8009.zip";
$filename = $thisdir . "/tmp8009.zip";
copy($src, $filename);