Home
last modified time | relevance | path

Searched refs:zlib_get_coding_type (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/zlib/tests/
H A Dzlib_get_coding_type_basic.phpt2 zlib_get_coding_type() basic call without env
10 $encOff = zlib_get_coding_type();
12 $encOn = zlib_get_coding_type();
H A Dzlib_get_coding_type_br.phpt2 zlib_get_coding_type() with unsupported encoding
12 $encOff = zlib_get_coding_type();
14 $encOn = zlib_get_coding_type();
H A Dzlib_get_coding_type_deflate.phpt2 zlib_get_coding_type() with deflate encoding
12 $encOff = zlib_get_coding_type();
14 $encOn = zlib_get_coding_type();
H A Dzlib_get_coding_type_gzip.phpt2 zlib_get_coding_type() with gzip encoding
12 $encOff = zlib_get_coding_type();
14 $encOn = zlib_get_coding_type();
/php-src/ext/zlib/
H A Dzlib_arginfo.h136 ZEND_FUNCTION(zlib_get_coding_type);
167 ZEND_FE(zlib_get_coding_type, arginfo_zlib_get_coding_type)
H A Dzlib.stub.php166 function zlib_get_coding_type(): string|false {} function
H A Dzlib.c589 PHP_FUNCTION(zlib_get_coding_type) in PHP_FUNCTION() argument

Completed in 14 milliseconds