diff options
Diffstat (limited to 'ext/zip/tests/oo_getcomment.phpt')
-rw-r--r-- | ext/zip/tests/oo_getcomment.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_getcomment.phpt b/ext/zip/tests/oo_getcomment.phpt index c6b505828d..4301a8aa34 100644 --- a/ext/zip/tests/oo_getcomment.phpt +++ b/ext/zip/tests/oo_getcomment.phpt @@ -6,7 +6,7 @@ if(!extension_loaded('zip')) die('skip'); ?> --FILE-- <?php -$dirname = dirname(__FILE__) . '/'; +$dirname = __DIR__ . '/'; $file = $dirname . 'test_with_comment.zip'; include $dirname . 'utils.inc'; $zip = new ZipArchive; |