added basic zlib_get_coding_type() test

This commit is contained in:
Florian Engelhardt 2017-09-13 15:18:21 +02:00 committed by GitHub
parent 756aaaf806
commit 9e8eca1d3d

View File

@ -0,0 +1,10 @@
--TEST--
test zlib_get_coding_type()
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
--INI--
zlib.output_compression = Off
--FILE--
<?php var_dump(zlib_get_coding_type()); ?>
--EXPECT--
bool(false)