diff options
author | Pierre Joye <pajoye@php.net> | 2012-01-18 20:29:13 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2012-01-18 20:29:13 +0000 |
commit | db5751c91cff56585bbecbf3996574a2bc8476a5 (patch) | |
tree | 0f374506955c201431747455c4c3efeee08d4862 /ext/zlib/tests | |
parent | d285c75819ddf62cd6f0c5c19be32ae2cdae59c3 (diff) | |
download | php-git-db5751c91cff56585bbecbf3996574a2bc8476a5.tar.gz |
- add test for bug #60761
Diffstat (limited to 'ext/zlib/tests')
-rw-r--r-- | ext/zlib/tests/bug60761.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/zlib/tests/bug60761.phpt b/ext/zlib/tests/bug60761.phpt index 69b43c09ad..7f4fffddfe 100644 --- a/ext/zlib/tests/bug60761.phpt +++ b/ext/zlib/tests/bug60761.phpt @@ -1,5 +1,7 @@ --TEST--
checks zlib compression size is always the same no matter how many times its run
+--SKIPIF--
+<?php if (!extension_loaded("zlib")) print "skip"; ?>
--FILE--
<?php
@@ -30,4 +32,4 @@ Compressed lengths array(1) {
[0]=>
int(%d)
-}
\ No newline at end of file +}
|