Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 25 of 63) sorted by relevance

123

/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_008.phpt2 Phar: unsupported compression methods
85 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_…
86 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
87 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
88 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
89 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
90 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress…
91 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres…
94 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un…
97 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress…
[all …]
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_init_error.phpt21 Warning: deflate_init(): compression level (42) must be within -1..9 in %s on line %d
24 Warning: deflate_init(): compression level (-2) must be within -1..9 in %s on line %d
27 Warning: deflate_init(): compression memory level (0) must be within 1..9 in %s on line %d
30 Warning: deflate_init(): compression memory level (10) must be within 1..9 in %s on line %d
H A Dgzcompress_variation1.phpt21 echo "\n-- Testing multiple compression --\n";
31 -- Testing multiple compression --
H A Dgzdeflate_variation1.phpt23 echo "\n-- Testing multiple compression --\n";
33 -- Testing multiple compression --
H A Dgzencode_variation1-win32.phpt34 echo "\n-- Testing multiple compression --\n";
44 -- Testing multiple compression --
H A Dgzencode_variation1.phpt30 echo "\n-- Testing multiple compression --\n";
39 -- Testing multiple compression --
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression
H A Dgzcompress_error1.phpt35 echo "\n-- Testing with incorrect compression level --\n";
70 -- Testing with incorrect compression level --
72 Warning: gzcompress(): compression level (99) must be within -1..9 in %s on line %d
H A Dgzencode_basic1.phpt30 // Calling gzencode() with various compression levels
55 echo "\n-- Testing with no specified compression level --\n";
110 -- Testing with no specified compression level --
H A D007.phpt36 Warning: gzencode(): compression level (-10) must be within -1..9 in %s on line %d
39 Warning: gzencode(): compression level (100) must be within -1..9 in %s on line %d
H A Dgzdeflate_error1.phpt35 echo "\n-- Testing with incorrect compression level --\n";
69 -- Testing with incorrect compression level --
71 Warning: gzdeflate(): compression level (99) must be within -1..9 in %s on line %d
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
H A Dgzencode_error1.phpt35 echo "\n-- Testing with incorrect compression level --\n";
72 -- Testing with incorrect compression level --
74 Warning: gzencode(): compression level (99) must be within -1..9 in %s on line %d
/PHP-7.4/ext/gd/tests/
H A Dpngcomp.phpt2 png compression test
17 echo "PNG compression test: ";
32 PNG compression test: ok
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_compression.phpt2 Phar: PharFileInfo compression-related methods
80 Unknown compression type specified
81 Unknown compression type specified
82 Cannot compress with Gzip compression, not possible with tar-based phar archives
83 Phar entry is a directory, cannot set compression
84 Phar is readonly, cannot change compression
91 Phar entry is a directory, cannot set compression
H A Dphpinfo_001.phpt31 gzip compression => enabled
32 bzip2 compression => enabled
51 gzip compression => enabled
52 bzip2 compression => enabled
H A Dphpinfo_002.phpt29 gzip compression => enabled
30 bzip2 compression => enabled
H A Dphpinfo_003.phpt29 gzip compression => disabled (install ext/zlib)
30 bzip2 compression => disabled (install ext/bz2)
H A Dphar_convert_again.phpt190 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression
191 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression
195 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression
196 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression
197 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
198 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
H A Dphpinfo_004.phpt34 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr>
35 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr>
56 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr>
57 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug75776.phpt2 Bug #75776 (Flushing streams with compression filter is broken)
10 $compression = [
14 foreach ($compression as $ext => [$filter, $function]) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect_compression_error.phpt2 Bug #80107 mysqli_query() fails for ~16 MB long query when compression is enabled
24 // Insert with compression disabled:
37 // Insert with compression enabled:
/PHP-7.4/ext/zip/tests/
H A Dcompression_methods.phpt2 Recognition of compression methods
4 This test is supposed to cover all compression methods that are recognized by
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c71 gdImageBmpCtx(im, out, compression); in gdImageBmpPtr()
84 gdImageBmpCtx(im, out, compression); in gdImageBmp()
102 compression = 0; in gdImageBmpCtx()
105 if (compression == 1 && !out->seek) { in gdImageBmpCtx()
108 compression = 0; in gdImageBmpCtx()
114 compression = 0; in gdImageBmpCtx()
127 if (compression) { in gdImageBmpCtx()
170 if (compression) { in gdImageBmpCtx()
180 if (compression) { in gdImageBmpCtx()
185 if (compression) { in gdImageBmpCtx()
[all …]
/PHP-7.4/ext/bz2/tests/
H A Dbug75776.phpt2 Bug #75776 (Flushing streams with compression filter is broken)

Completed in 37 milliseconds

123