Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/tests/
H A Dinflate_add_error.phpt2 Test incremental inflate_add() error functionality
12 var_dump(inflate_add($badResource, "test"));
15 var_dump(inflate_add($resource, "test", $badFlushType));
18 Warning: inflate_add(): Invalid zlib.inflate resource in %s on line %d
21 Warning: inflate_add(): flush mode must be ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYNC_FLUSH, ZLIB…
H A Dinflate_init_reuse.phpt17 $inflated .= inflate_add($resource, $compressed[$i]);
19 $inflated .= inflate_add($resource, "", ZLIB_FINISH);
25 $inflated .= inflate_add($resource, $compressed[$i]);
27 $inflated .= inflate_add($resource, "", ZLIB_FINISH);
H A Ddictionary_usage.phpt19 var_dump(inflate_add($r, $a, ZLIB_FINISH));
23 var_dump(inflate_add($r, $a, ZLIB_FINISH));
31 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
21 $inflated = inflate_add($resource, $buffer);
27 $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-7.4/ext/zlib/
H A Dzlib.c906 PHP_FUNCTION(inflate_add) in PHP_FUNCTION() argument
1417 PHP_FE(inflate_add, arginfo_inflate_add)

Completed in 29 milliseconds