Searched refs:InflateContext (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/zlib/ |
H A D | zlib.stub.php | 5 final class InflateContext class 110 function inflate_init(int $encoding, array $options = []): InflateContext|false {} 112 function inflate_add(InflateContext $context, string $data, int $flush_mode = ZLIB_SYNC_FLUSH): str… 114 function inflate_get_status(InflateContext $context): int {} 116 function inflate_get_read_len(InflateContext $context): int {}
|
H A D | zlib_arginfo.h | 118 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_inflate_init, 0, 1, InflateContext, MAY_BE_FALS… 124 ZEND_ARG_OBJ_INFO(0, context, InflateContext, 0) 130 ZEND_ARG_OBJ_INFO(0, context, InflateContext, 0)
|
/PHP-8.0/ext/zlib/tests/ |
H A D | inflate_add_error.phpt | 29 inflate_add(): Argument #1 ($context) must be of type InflateContext, resource given
|
/PHP-8.0/ |
H A D | UPGRADING | 689 . inflate_init() will now return an InflateContext object rather than a
|
Completed in 10 milliseconds