We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756aaaf commit 9e8eca1Copy full SHA for 9e8eca1
ext/zlib/tests/zlib_get_coding_type_basic.phpt
@@ -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