Searched refs:DeflateContext (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/zlib/ |
H A D | zlib.stub.php | 9 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 D | zlib_arginfo.h | 107 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 D | deflate_add_error.phpt | 30 deflate_add(): Argument #1 ($context) must be of type DeflateContext, resource given
|
/PHP-8.0/ |
H A D | UPGRADING | 692 . deflate_init() will now return a DeflateContext object rather than a
|
Completed in 14 milliseconds