Home
last modified time | relevance | path

Searched refs:inflate_add (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/zlib/tests/
H A Dinflate_add_error.phpt2 Test incremental inflate_add() error functionality
10 var_dump(inflate_add($badResource, "test"));
18 var_dump(inflate_add($resource, "test", $badFlushType));
25 inflate_add(): Argument #1 ($context) must be of type InflateContext, resource given
26 inflate_add(): Argument #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYN…
H A Dinflate_init_reuse.phpt13 $inflated .= inflate_add($resource, $compressed[$i]);
15 $inflated .= inflate_add($resource, "", ZLIB_FINISH);
21 $inflated .= inflate_add($resource, $compressed[$i]);
23 $inflated .= inflate_add($resource, "", ZLIB_FINISH);
H A Ddictionary_usage.phpt19 var_dump(inflate_add($r, $a, ZLIB_FINISH));
22 var_dump(inflate_add($r, $a, ZLIB_FINISH));
30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
H A Dbug75299.phpt2 Bug #75299 Wrong reflection on inflate_init and inflate_add
10 $r = new ReflectionFunction('inflate_add');
H A Dinflate_add_basic.phpt2 Test incremental inflate_add() functionality
17 $inflated = inflate_add($resource, $buffer);
23 $inflated = inflate_add($resource, $buffer, ZLIB_FINISH);
H A Dbug73944.phpt9 $a = inflate_add($in, file_get_contents(__DIR__.'/bug73944_fixture_1.data'));
13 $b = inflate_add($in, file_get_contents(__DIR__.'/bug73944_fixture_2.data'));
H A Dinflate_get_status.phpt21 $buf .= inflate_add($ctx, substr($compressed, $i, 1));
32 inflate_add($ctx, substr($compressed, 0, 12));
H A Dinflate_get_read_len.phpt16 $buf = inflate_add($ctx, $compressed);
/PHP-8.1/ext/zlib/
H A Dzlib_arginfo.h162 ZEND_FUNCTION(inflate_add);
195 ZEND_FE(inflate_add, arginfo_inflate_add)
H A Dzlib.stub.php137 function inflate_add(InflateContext $context, string $data, int $flush_mode = ZLIB_SYNC_FLUSH): str… function
H A Dzlib.c941 PHP_FUNCTION(inflate_add) in PHP_FUNCTION() argument

Completed in 22 milliseconds