Searched refs:compression (Results 1 – 25 of 60) sorted by relevance
123
/PHP-7.1/ext/phar/tests/zip/ |
H A D | corrupt_008.phpt | 2 Phar: unsupported compression methods 86 phar error: unsupported compression method (Shrunk) 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 (Reduce) used in this zip in zip-based phar "%scompress_… 91 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress… 92 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres… 95 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un… 98 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress… [all …]
|
/PHP-7.1/ext/zlib/tests/ |
H A D | deflate_init_error.phpt | 21 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 D | gzdeflate_variation1.phpt | 23 echo "\n-- Testing multiple compression --\n"; 33 -- Testing multiple compression --
|
H A D | gzcompress_variation1.phpt | 21 echo "\n-- Testing multiple compression --\n"; 31 -- Testing multiple compression --
|
H A D | gzencode_variation1.phpt | 26 echo "\n-- Testing multiple compression --\n"; 35 -- Testing multiple compression --
|
H A D | gzencode_variation1-win32.phpt | 34 echo "\n-- Testing multiple compression --\n"; 44 -- Testing multiple compression --
|
H A D | gzcompress_error1.phpt | 35 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 D | gzencode_basic1.phpt | 30 // 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 D | 008.phpt | 2 zlib.output_compression=1 with client not accepting compression
|
H A D | 007.phpt | 36 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 D | gzdeflate_error1.phpt | 35 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 D | gzencode_error1.phpt | 35 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
|
H A D | bug61820.phpt | 2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
|
H A D | 002.phpt | 13 /* with explicit compression level, length */
|
H A D | gzcompress_basic1.phpt | 49 echo "\n-- Testing with no specified compression level --\n"; 123 -- Testing with no specified compression level --
|
H A D | gzdeflate_basic1.phpt | 49 echo "\n-- Testing with no specified compression level --\n"; 123 -- Testing with no specified compression level --
|
/PHP-7.1/ext/phar/tests/ |
H A D | pharfileinfo_compression.phpt | 2 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 D | phpinfo_001.phpt | 33 gzip compression => enabled 34 bzip2 compression => enabled 55 gzip compression => enabled 56 bzip2 compression => enabled
|
H A D | phpinfo_002.phpt | 31 gzip compression => enabled 32 bzip2 compression => enabled
|
H A D | phpinfo_003.phpt | 31 gzip compression => disabled (install ext/zlib) 32 bzip2 compression => disabled (install pecl/bz2)
|
H A D | phar_convert_again.phpt | 190 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 D | phpinfo_004.phpt | 36 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr> 37 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr> 60 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr> 61 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr>
|
/PHP-7.1/ext/gd/tests/ |
H A D | pngcomp.phpt | 2 png compression test 17 echo "PNG compression test: "; 32 PNG compression test: ok
|
/PHP-7.1/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-7.1/ext/zlib/ |
H A D | php_zlib.def | 2 ; zlib data compression library
|
Completed in 53 milliseconds
123