diff options
| author | Marcus Boerger <helly@php.net> | 2004-05-19 08:45:46 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-05-19 08:45:46 +0000 |
| commit | d94136fc3098e73ec46c6fb40358a5fbefced82f (patch) | |
| tree | 5123ef2a407e6a7068624c280e5dcdda31ff670e /ext/zlib | |
| parent | bd29f379e748ec0060d47c6d479e51e1445d9ae8 (diff) | |
| download | php-git-d94136fc3098e73ec46c6fb40358a5fbefced82f.tar.gz | |
- Remove unused blocks
Diffstat (limited to 'ext/zlib')
| -rw-r--r-- | ext/zlib/tests/001.phpt | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/002.phpt | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/003.phpt | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/gzfilegzreadfile.phpt | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/gzreadgzwrite.phpt | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/gzreadgzwriteplain.phpt | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/ext/zlib/tests/001.phpt b/ext/zlib/tests/001.phpt index 8697a5861a..4850a65a5a 100644 --- a/ext/zlib/tests/001.phpt +++ b/ext/zlib/tests/001.phpt @@ -2,8 +2,6 @@ gzdeflate()/gzinflate() --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ $original = str_repeat("hallo php",4096); diff --git a/ext/zlib/tests/002.phpt b/ext/zlib/tests/002.phpt index 5921ffeee2..9844a1b93d 100644 --- a/ext/zlib/tests/002.phpt +++ b/ext/zlib/tests/002.phpt @@ -2,8 +2,6 @@ gzcompress()/gzuncompress() --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ $original = str_repeat("hallo php",4096); diff --git a/ext/zlib/tests/003.phpt b/ext/zlib/tests/003.phpt index 254a4563ad..2732d4cea6 100644 --- a/ext/zlib/tests/003.phpt +++ b/ext/zlib/tests/003.phpt @@ -2,8 +2,6 @@ gzencode()/base64_encode() --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $original = str_repeat("hallo php",4096); diff --git a/ext/zlib/tests/gzfilegzreadfile.phpt b/ext/zlib/tests/gzfilegzreadfile.phpt index 00c6dca24d..2d6843ddd4 100644 --- a/ext/zlib/tests/gzfilegzreadfile.phpt +++ b/ext/zlib/tests/gzfilegzreadfile.phpt @@ -3,8 +3,6 @@ gzfile(), gzreadfile() --SKIPIF-- <?php /* $Id$ */ if (!extension_loaded("zlib")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $original = <<<EOD diff --git a/ext/zlib/tests/gzreadgzwrite.phpt b/ext/zlib/tests/gzreadgzwrite.phpt index f8a71e72fd..6d6729a72f 100644 --- a/ext/zlib/tests/gzreadgzwrite.phpt +++ b/ext/zlib/tests/gzreadgzwrite.phpt @@ -3,8 +3,6 @@ gzopen(), gzread(), gzwrite() --SKIPIF-- <?php # vim600:syn=php: if (!extension_loaded("zlib")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $original = str_repeat("hallo php",4096); diff --git a/ext/zlib/tests/gzreadgzwriteplain.phpt b/ext/zlib/tests/gzreadgzwriteplain.phpt index 4710b1edbc..7bb567d889 100644 --- a/ext/zlib/tests/gzreadgzwriteplain.phpt +++ b/ext/zlib/tests/gzreadgzwriteplain.phpt @@ -3,8 +3,6 @@ gzopen(), gzread(), gzwrite() for non-compressed data --SKIPIF-- <?php # vim600:syn=php: if (!extension_loaded("zlib")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $original = str_repeat("hallo php",4096); |
