Skip to content

Commit 9e8eca1

Browse files
added basic zlib_get_coding_type() test
1 parent 756aaaf commit 9e8eca1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--TEST--
2+
test zlib_get_coding_type()
3+
--SKIPIF--
4+
<?php if (!extension_loaded("zlib")) print "skip"; ?>
5+
--INI--
6+
zlib.output_compression = Off
7+
--FILE--
8+
<?php var_dump(zlib_get_coding_type()); ?>
9+
--EXPECT--
10+
bool(false)

0 commit comments

Comments
 (0)