summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzeof_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzeof_variation1.phpt')
-rw-r--r--ext/zlib/tests/gzeof_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzeof_variation1.phpt b/ext/zlib/tests/gzeof_variation1.phpt
index 6d1e0401d..77a1eccb6 100644
--- a/ext/zlib/tests/gzeof_variation1.phpt
+++ b/ext/zlib/tests/gzeof_variation1.phpt
@@ -9,7 +9,7 @@ if (!extension_loaded("zlib")) {
--FILE--
<?php
-$filename = dirname(__FILE__)."/temp.txt.gz";
+$filename = dirname(__FILE__)."/gzeof_variation1.txt.gz";
$h = gzopen($filename, 'w');
$str = "Here is the string to be written. ";
$length = 10;