Home
last modified time | relevance | path

Searched refs:zlib_decode (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt20 assert($uncompressed === zlib_decode($compressed));
H A Ddeflate_add_basic.phpt57 if ($uncompressed !== zlib_decode($compressed)) {
/PHP-8.1/ext/zlib/
H A Dzlib_arginfo.h142 ZEND_FUNCTION(zlib_decode);
174 ZEND_FE(zlib_decode, arginfo_zlib_decode)
H A Dzlib.stub.php45 function zlib_decode(string $data, int $max_length = 0): string|false {} function
H A Dzlib.c763 PHP_ZLIB_DECODE_FUNC(zlib_decode, PHP_ZLIB_ENCODING_ANY);

Completed in 16 milliseconds