diff options
Diffstat (limited to 'ext/zlib/tests/gzseek_variation3.phpt')
-rw-r--r-- | ext/zlib/tests/gzseek_variation3.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzseek_variation3.phpt b/ext/zlib/tests/gzseek_variation3.phpt index 196f69361e..d238fe96bd 100644 --- a/ext/zlib/tests/gzseek_variation3.phpt +++ b/ext/zlib/tests/gzseek_variation3.phpt @@ -8,7 +8,7 @@ if (!extension_loaded("zlib")) { ?> --FILE-- <?php -$f = dirname(__FILE__)."/004.txt.gz"; +$f = __DIR__."/004.txt.gz"; $h = gzopen($f, 'r'); echo "move to the 50th byte\n"; |