diff options
| author | Ferenc Kovacs <tyra3l@gmail.com> | 2013-11-06 10:46:34 +0100 |
|---|---|---|
| committer | Ferenc Kovacs <tyra3l@gmail.com> | 2013-11-06 10:46:34 +0100 |
| commit | 91108818e1554ed542a13148e6d8b79e29e77935 (patch) | |
| tree | 5a7214613ac0da55f6b23c615e900332be31b9fb /ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt | |
| parent | 9d75b9fb27cd93c19cd168a486ab2efe2ce2aa78 (diff) | |
| parent | 8b6b39fdcffc8486fedd391b8d8aa7700f0c7f93 (diff) | |
| download | php-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.phpt | 2 |
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"); |
