Home
last modified time | relevance | path

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

/php-src/ext/zlib/tests/
H A Dinflate_get_read_len.phpt11 $compressed = zlib_encode($uncompressed, ZLIB_ENCODING_DEFLATE);
H A Dinflate_get_status.phpt11 $compressed = zlib_encode($uncompressed, ZLIB_ENCODING_DEFLATE);
H A Dinflate_add_basic.phpt52 $compressed = zlib_encode($uncompressed, $mode);
/php-src/ext/zlib/
H A Dzlib_arginfo.h140 ZEND_FUNCTION(zlib_encode);
171 ZEND_FE(zlib_encode, arginfo_zlib_encode)
H A Dzlib.stub.php183 function zlib_encode(string $data, int $encoding, int $level = -1): string|false {} function
H A Dzlib.c756 PHP_ZLIB_ENCODE_FUNC(zlib_encode, 0);

Completed in 40 milliseconds