Diff for /embedaddon/php/ext/zlib/tests/004.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:37
Line 12  var_dump(gzfile(1,1,1)); Line 12  var_dump(gzfile(1,1,1));
 var_dump(gzfile(dirname(__FILE__)."/004.txt.gz"));  var_dump(gzfile(dirname(__FILE__)."/004.txt.gz"));
 var_dump(gzfile(dirname(__FILE__)."/004.txt.gz", 1));  var_dump(gzfile(dirname(__FILE__)."/004.txt.gz", 1));
   
 ini_set("magic_quotes_runtime", 1);  
 var_dump(gzfile(dirname(__FILE__)."/004.txt.gz", -1));  
   
 echo "Done\n";  echo "Done\n";
 ?>  ?>
 --EXPECTF--       --EXPECTF--     
Line 49  array(6) { Line 46  array(6) {
 array(6) {  array(6) {
   [0]=>    [0]=>
   string(36) "When you're taught through feelings    string(36) "When you're taught through feelings
 "  
   [1]=>  
   string(26) "Destiny flying high above  
 "  
   [2]=>  
   string(38) "all I know is that you can realize it  
 "  
   [3]=>  
   string(18) "Destiny who cares  
 "  
   [4]=>  
   string(19) "as it turns around  
 "  
   [5]=>  
   string(39) "and I know that it descends down on me  
 "  
 }  
 array(6) {  
   [0]=>  
   string(37) "When you\'re taught through feelings  
 "  "
   [1]=>    [1]=>
   string(26) "Destiny flying high above    string(26) "Destiny flying high above

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


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