Diff for /embedaddon/php/ext/zlib/tests/zlib_filter_inflate2.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:05 version 1.1.1.2, 2012/05/29 12:34:38
Line 6  zlib.inflate of gzip-encoded stream Line 6  zlib.inflate of gzip-encoded stream
 <?php /* $Id$ */  <?php /* $Id$ */
   
 $a = gzopen(dirname(__FILE__) . '/test.txt.gz', 'w');  $a = gzopen(dirname(__FILE__) . '/test.txt.gz', 'w');
fwrite($a, "This is quite the thing ain't it\n");fwrite($a, b"This is quite the thing ain't it\n");
 fclose($a);  fclose($a);
   
 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');  $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
Line 38  fclose($fp); Line 38  fclose($fp);
 2  2
 This is quite the thing ain't it  This is quite the thing ain't it
 3  3
 This is quite the thing ain't it  
   
   This is quite the thing ain't it

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>