Home
last modified time | relevance | path

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

123456

/dports/archivers/php74-zlib/php-7.4.27/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);
/dports/archivers/php81-zlib/php-8.1.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 %…
/dports/archivers/php73-zlib/php-7.3.33/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);
/dports/www/mod_php81/php-8.1.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);
/dports/lang/php73/php-7.3.33/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);
/dports/lang/php74/php-7.4.27/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);
/dports/lang/php81/php-8.1.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);
/dports/www/mod_php73/php-7.3.33/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);
/dports/www/mod_php74/php-7.4.27/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);
/dports/archivers/php80-zlib/php-8.0.15/ext/zlib/tests/
H A Dinflate_add_error.phpt2 Test incremental inflate_add() error functionality
14 var_dump(inflate_add($badResource, "test"));
22 var_dump(inflate_add($resource, "test", $badFlushType));
29 inflate_add(): Argument #1 ($context) must be of type InflateContext, resource given
30 inflate_add(): Argument #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYN…
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);
/dports/www/mod_php80/php-8.0.15/ext/zlib/tests/
H A Dinflate_add_error.phpt2 Test incremental inflate_add() error functionality
14 var_dump(inflate_add($badResource, "test"));
22 var_dump(inflate_add($resource, "test", $badFlushType));
29 inflate_add(): Argument #1 ($context) must be of type InflateContext, resource given
30 inflate_add(): Argument #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYN…
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);
/dports/lang/php80/php-8.0.15/ext/zlib/tests/
H A Dinflate_add_error.phpt2 Test incremental inflate_add() error functionality
14 var_dump(inflate_add($badResource, "test"));
22 var_dump(inflate_add($resource, "test", $badFlushType));
29 inflate_add(): Argument #1 ($context) must be of type InflateContext, resource given
30 inflate_add(): Argument #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYN…
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);

123456