Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/phar/tests/zip/
H A Dcorrupt_008.phpt2 Phar: unsupported compression methods
84 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_…
85 phar error: unsupported compression method (Reduce) 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 (Implode) used in this zip in zip-based phar "%scompress…
90 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres…
93 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un…
96 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress…
[all …]
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php31 public function compressFiles(int $compression) {} argument
37 public function compress(int $compression, ?string $extension = null) {} argument
43 …public function convertToExecutable(?int $format = null, ?int $compression = null, ?string $extens… argument
46 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … argument
150 final public static function canCompress(int $compression = 0): bool {} argument
223 public function compressFiles(int $compression) {} argument
236 public function compress(int $compression, ?string $extension = null) {} argument
255 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … argument
435 final public static function canCompress(int $compression = 0): bool {} argument
489 public function compress(int $compression) {} argument
[all …]
/PHP-8.0/ext/gd/tests/
H A Dpngcomp.phpt2 png compression test
17 echo "PNG compression test: ";
32 PNG compression test: ok
/PHP-8.0/ext/phar/tests/
H A Dpharfileinfo_compression.phpt2 Phar: PharFileInfo compression-related methods
77 Unknown compression type specified
78 Unknown compression type specified
79 Cannot compress with Gzip compression, not possible with tar-based phar archives
80 Phar entry is a directory, cannot set compression
81 Phar is readonly, cannot change compression
88 Phar entry is a directory, cannot set compression
H A Dphpinfo_001.phpt30 gzip compression => enabled
31 bzip2 compression => enabled
50 gzip compression => enabled
51 bzip2 compression => enabled
H A Dphpinfo_002.phpt28 gzip compression => enabled
29 bzip2 compression => enabled
H A Dphpinfo_003.phpt28 gzip compression => disabled (install ext/zlib)
29 bzip2 compression => disabled (install ext/bz2)
H A Dphar_convert_again.phpt189 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression
190 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression
194 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression
195 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression
196 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
197 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
/PHP-8.0/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-8.0/ext/zlib/tests/
H A Dgzcompress_variation1.phpt15 echo "\n-- Testing multiple compression --\n";
24 -- Testing multiple compression --
H A Dgzdeflate_variation1.phpt17 echo "\n-- Testing multiple compression --\n";
26 -- Testing multiple compression --
H A Dgzencode_variation1-win32.phpt28 echo "\n-- Testing multiple compression --\n";
37 -- Testing multiple compression --
H A Dgzencode_variation1.phpt24 echo "\n-- Testing multiple compression --\n";
32 -- Testing multiple compression --
H A Dgzencode_error1.phpt21 echo "\n-- Testing with incorrect compression level --\n";
41 -- Testing with incorrect compression level --
H A Dgzcompress_error1.phpt17 echo "\n-- Testing with incorrect compression level --\n";
40 -- Testing with incorrect compression level --
H A Dgzdeflate_error1.phpt19 echo "\n-- Testing with incorrect compression level --\n";
40 -- Testing with incorrect compression level --
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression
H A Dgzencode_basic1.phpt24 // Calling gzencode() with various compression levels
49 echo "\n-- Testing with no specified compression level --\n";
103 -- Testing with no specified compression level --
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
H A D002.phpt13 /* with explicit compression level, length */
/PHP-8.0/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
23 // Insert with compression disabled:
36 // Insert with compression enabled:
/PHP-8.0/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-8.0/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-8.0/ext/bz2/tests/
H A Dbug75776.phpt2 Bug #75776 (Flushing streams with compression filter is broken)
/PHP-8.0/ext/zlib/
H A Dphp_zlib.def2 ; zlib data compression library

Completed in 32 milliseconds

123