Diff for /embedaddon/php/ext/zlib/tests/gzgetc_basic.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, 2013/07/22 01:32:11
Line 1 Line 1
 --TEST--  --TEST--
Test function gzgetc() by calling it with its expected argumentsTest function gzgetc() by calling it with its expected arguments zlib 1.2.5
 --SKIPIF--  --SKIPIF--
 <?php   <?php 
 if (!extension_loaded("zlib")) {  if (!extension_loaded("zlib")) {
         print "skip - ZLIB extension not loaded";           print "skip - ZLIB extension not loaded"; 
   }
   include 'func.inc';
   if (version_compare(get_zlib_version(), '1.2.5') > 0) {
           die('skip - only for zlib <= 1.2.5');
 }  }
 ?>  ?>
 --FILE--  --FILE--
Line 35  as it turns around Line 39  as it turns around
 and I know that it descends down on me  and I know that it descends down on me
   
 characters counted=176  characters counted=176
 ===DONE===  
   
   ===DONE===

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


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