Home
last modified time | relevance | path

Searched refs:DeflateContext (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/zlib/
H A Dzlib.stub.php9 final class DeflateContext class
106 function deflate_init(int $encoding, array $options = []): DeflateContext|false {}
108 function deflate_add(DeflateContext $context, string $data, int $flush_mode = ZLIB_SYNC_FLUSH): str…
H A Dzlib_arginfo.h107 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_deflate_init, 0, 1, DeflateContext, MAY_BE_FALS…
113 ZEND_ARG_OBJ_INFO(0, context, DeflateContext, 0)
/PHP-8.0/ext/zlib/tests/
H A Ddeflate_add_error.phpt30 deflate_add(): Argument #1 ($context) must be of type DeflateContext, resource given
/PHP-8.0/
H A DUPGRADING692 . deflate_init() will now return a DeflateContext object rather than a

Completed in 17 milliseconds