/PHP-8.2/ext/phar/tests/zip/ |
H A D | corrupt_008.phpt | 2 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.2/ext/phar/tests/ |
H A D | pharfileinfo_compression.phpt | 2 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 D | phpinfo_001.phpt | 31 gzip compression => enabled 32 bzip2 compression => enabled 51 gzip compression => enabled 52 bzip2 compression => enabled
|
H A D | phpinfo_002.phpt | 29 gzip compression => enabled 30 bzip2 compression => enabled
|
H A D | phpinfo_003.phpt | 29 gzip compression => disabled (install ext/zlib) 30 bzip2 compression => disabled (install ext/bz2)
|
H A D | phar_convert_again.phpt | 186 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression 187 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression 191 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression 192 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression 193 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2 194 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
|
/PHP-8.2/ext/gd/tests/ |
H A D | pngcomp.phpt | 2 png compression test 15 echo "PNG compression test: "; 30 PNG compression test: ok
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 112 public function compressFiles(int $compression): void {} argument 118 public function compress(int $compression, ?string $extension = null): ?Phar {} argument 124 …public function convertToExecutable(?int $format = null, ?int $compression = null, ?string $extens… argument 127 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … argument 231 final public static function canCompress(int $compression = 0): bool {} argument 307 public function compressFiles(int $compression): void {} argument 320 public function compress(int $compression, ?string $extension = null): ?PharData {} argument 339 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … argument 519 final public static function canCompress(int $compression = 0): bool {} argument 573 public function compress(int $compression) {} // TODO make return type void argument [all …]
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug75776.phpt | 2 Bug #75776 (Flushing streams with compression filter is broken) 8 $compression = [ 12 foreach ($compression as $ext => [$filter, $function]) {
|
/PHP-8.2/ext/zlib/tests/ |
H A D | gzdeflate_variation1.phpt | 13 echo "\n-- Testing multiple compression --\n"; 22 -- Testing multiple compression --
|
H A D | gzcompress_variation1.phpt | 11 echo "\n-- Testing multiple compression --\n"; 20 -- Testing multiple compression --
|
H A D | gzencode_variation1-win32.phpt | 18 echo "\n-- Testing multiple compression --\n"; 27 -- Testing multiple compression --
|
H A D | gzencode_variation1.phpt | 24 echo "\n-- Testing multiple compression --\n"; 32 -- Testing multiple compression --
|
H A D | gzencode_error1.phpt | 17 echo "\n-- Testing with incorrect compression level --\n"; 37 -- Testing with incorrect compression level --
|
H A D | gzcompress_error1.phpt | 13 echo "\n-- Testing with incorrect compression level --\n"; 36 -- Testing with incorrect compression level --
|
H A D | gzdeflate_error1.phpt | 15 echo "\n-- Testing with incorrect compression level --\n"; 36 -- Testing with incorrect compression level --
|
H A D | gzencode_basic1.phpt | 22 // Calling gzencode() with various compression levels 39 echo "\n-- Testing with no specified compression level --\n"; 94 -- Testing with no specified compression level --
|
H A D | 008.phpt | 2 zlib.output_compression=1 with client not accepting compression
|
H A D | bug61820.phpt | 2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
|
H A D | gzcompress_basic1.phpt | 39 echo "\n-- Testing with no specified compression level --\n"; 91 -- Testing with no specified compression level --
|
H A D | gzdeflate_basic1.phpt | 39 echo "\n-- Testing with no specified compression level --\n"; 91 -- Testing with no specified compression level --
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_real_connect_compression_error.phpt | 2 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-8.2/ext/zip/tests/ |
H A D | compression_methods.phpt | 2 Recognition of compression methods 4 This test is supposed to cover all compression methods that are recognized by
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_bmp.c | 71 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.2/ext/bz2/tests/ |
H A D | bug75776.phpt | 2 Bug #75776 (Flushing streams with compression filter is broken)
|