Home
last modified time | relevance | path

Searched refs:deflate_add (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/zlib/tests/
H A Ddeflate_add_error.phpt2 Test incremental deflate_add() error functionality
10 var_dump(deflate_add($badResource, "test"));
19 var_dump(deflate_add($resource, "test", $badFlushType));
26 deflate_add(): Argument #1 ($context) must be of type DeflateContext, resource given
27 deflate_add(): Argument #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYN…
H A Ddeflate_init_reuse.phpt9 deflate_add($resource, $char);
11 deflate_add($resource, "", ZLIB_FINISH);
17 $compressed .= deflate_add($resource, $char, ZLIB_NO_FLUSH);
19 $compressed .= deflate_add($resource, "", ZLIB_FINISH);
H A Ddeflate_add_block_v123.phpt2 Test deflate_add() errors with ZLIB_BLOCK in zlib < 1.2.4
16 var_dump(deflate_add($resource, "aaaaaaaaaaaaaaaaaaaaaa", ZLIB_BLOCK));
20 Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line…
H A Ddeflate_add_buffer_full.phpt2 Test deflate_add() buffer issue with data that fills deflate buffer while using ZLIB_SYNC_FLUSH on …
20 $deflated = deflate_add(
28 $deflated = deflate_add(
36 $deflated = deflate_add(
H A Dbug74240.phpt2 Bug #74240 (deflate_add can allocate too much memory)
17 $output = deflate_add(
H A Ddeflate_add_basic.phpt2 Test incremental deflate_add() functionality
18 $deflated = deflate_add($resource, $buffer, $flushType);
24 $deflated = deflate_add($resource, $buffer, ZLIB_FINISH);
H A Ddictionary_usage.phpt11 $a = deflate_add($r, "abdcde", ZLIB_FINISH);
15 $dictStr_a = deflate_add($r, "abdcde", ZLIB_FINISH);
/PHP-8.2/ext/zlib/
H A Dzlib_arginfo.h160 ZEND_FUNCTION(deflate_add);
193 ZEND_FE(deflate_add, arginfo_deflate_add)
H A Dzlib.stub.php275 function deflate_add(DeflateContext $context, string $data, int $flush_mode = ZLIB_SYNC_FLUSH): str… function
H A Dzlib.c1178 PHP_FUNCTION(deflate_add) in PHP_FUNCTION() argument

Completed in 19 milliseconds