summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2013-11-06 10:46:34 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2013-11-06 10:46:34 +0100
commit91108818e1554ed542a13148e6d8b79e29e77935 (patch)
tree5a7214613ac0da55f6b23c615e900332be31b9fb /ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
parent9d75b9fb27cd93c19cd168a486ab2efe2ce2aa78 (diff)
parent8b6b39fdcffc8486fedd391b8d8aa7700f0c7f93 (diff)
downloadphp-git-91108818e1554ed542a13148e6d8b79e29e77935.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts: ext/spl/tests/SplFileObject_rewind_error001.phpt
Diffstat (limited to 'ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt')
-rw-r--r--ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt b/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
index 53b140ac56..348e24505c 100644
--- a/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
+++ b/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
@@ -9,7 +9,7 @@ if (!extension_loaded("zlib")) {
--FILE--
<?php
$f = dirname(__FILE__)."/004.txt.gz";
-$f2 = "temp.txt.gz";
+$f2 = "zlib_wrapper_ftruncate_basic.txt.gz";
copy($f, $f2);
$h = gzopen($f2, "r");