mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
added basic zlib_get_coding_type() test
This commit is contained in:
parent
756aaaf806
commit
9e8eca1d3d
10
ext/zlib/tests/zlib_get_coding_type_basic.phpt
Normal file
10
ext/zlib/tests/zlib_get_coding_type_basic.phpt
Normal 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)
|
Loading…
Reference in New Issue
Block a user