--- embedaddon/php/ext/zlib/tests/gzopen_basic2.phpt 2012/02/21 23:48:05 1.1.1.1 +++ embedaddon/php/ext/zlib/tests/gzopen_basic2.phpt 2014/06/15 20:04:01 1.1.1.2 @@ -18,7 +18,7 @@ echo "*** Testing gzopen() : basic functionality ***\n // Initialise all required variables -$filename = "temp.txt.gz"; +$filename = "gzopen_basic2.txt.gz"; $modes = array('w', 'w+'); $data = "This was the information that was written";