summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzseek_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzseek_variation2.phpt')
-rw-r--r--ext/zlib/tests/gzseek_variation2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzseek_variation2.phpt b/ext/zlib/tests/gzseek_variation2.phpt
index 6063f42b4d..14ae30a09a 100644
--- a/ext/zlib/tests/gzseek_variation2.phpt
+++ b/ext/zlib/tests/gzseek_variation2.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";