Home
last modified time | relevance | path

Searched refs:zlib_encode (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/zlib/tests/
H A Dinflate_get_read_len.phpt11 $compressed = zlib_encode($uncompressed, ZLIB_ENCODING_DEFLATE);
H A Dinflate_add_basic.phpt48 $compressed = zlib_encode($uncompressed, $mode);
H A Dinflate_get_status.phpt11 $compressed = zlib_encode($uncompressed, ZLIB_ENCODING_DEFLATE);
/PHP-8.1/ext/zlib/
H A Dzlib_arginfo.h141 ZEND_FUNCTION(zlib_encode);
173 ZEND_FE(zlib_encode, arginfo_zlib_encode)
H A Dzlib.stub.php42 function zlib_encode(string $data, int $encoding, int $level = -1): string|false {} function
H A Dzlib.c759 PHP_ZLIB_ENCODE_FUNC(zlib_encode, 0);

Completed in 18 milliseconds