Home
last modified time | relevance | path

Searched refs:compression (Results 26 – 50 of 61) sorted by relevance

123

/PHP-7.3/ext/zip/tests/
H A Dbug53854.phpt2 Bug #53854 (Missing constants for compression type)
/PHP-7.3/ext/zlib/tests/
H A Dgzcompress_basic1.phpt49 echo "\n-- Testing with no specified compression level --\n";
123 -- Testing with no specified compression level --
H A Dgzdeflate_basic1.phpt49 echo "\n-- Testing with no specified compression level --\n";
123 -- Testing with no specified compression level --
H A Dzlib_wrapper_level.phpt2 compress.zlib:// wrapper with compression level
H A D001.phpt13 /* with explicit compression level, length */
H A Ddeflate_add_buffer_full.phpt16 * (https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-28#section-7.2.1)
H A Dbug60761.phpt2 checks zlib compression output size is always the same
H A D005.phpt40 Warning: gzcompress(): compression level (1000) must be within -1..9 in %s on line %d
H A D006.phpt41 Warning: gzdeflate(): compression level (1000) must be within -1..9 in %s on line %d
/PHP-7.3/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt2 Phar object: getContent() (verify it works with compression)
H A Dphar_oo_compressallgz.phpt70 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
H A Dphar_decompress.phpt68 Cannot decompress zip-based archives with whole-archive compression
H A Dphar_ctx_001.phpt34 file_put_contents($pname . '/a', 'new a', 0); // no compression
H A Dbadparameters.phpt184 Phar is readonly, cannot change compression
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_setalias.phpt36 // test compression
/PHP-7.3/ext/gd/tests/
H A Dsimilarity.inc5 * mainly useful for checking lossy compression.
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt2 mysqli_fetch_array() - large packages (to test compression)
16 /* we are aiming for maximum compression to test MYSQLI_CLIENT_COMPRESS */
/PHP-7.3/ext/mysqlnd/
H A Dconfig9.m48 [ --disable-mysqlnd-compression-support
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc76 '0' => 'No compression',
77 'none' => 'No compression',
78 'auto' => 'Automatically select compression algorithm'
147 $phar_args['c']['select']['gz'] = 'GZip compression';
148 $phar_args['c']['select']['gzip'] = 'GZip compression';
152 $phar_args['c']['select']['bz2'] = 'BZip2 compression';
153 $phar_args['c']['select']['bzip2'] = 'BZip2 compression';
364 * Argument type compression algorithm
666 * @param string $compress The compression scheme for the file.
1575 'gzip compression' => extension_loaded('zlib'),
[all …]
/PHP-7.3/ext/gd/libgd/
H A Dgd.h597 void * gdImageBmpPtr(gdImagePtr im, int *size, int compression);
598 void gdImageBmp(gdImagePtr im, FILE *outFile, int compression);
599 void gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression);
/PHP-7.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc141 'unknown compression type ' . $this->compress);
H A Dcorrupt_tarmaker.php.inc149 'unknown compression type ' . $this->compress);
H A Dmake.dangerous.tar.php.inc142 'unknown compression type ' . $this->compress);
/PHP-7.3/ext/soap/tests/
H A Dbug73037.phpt76 /* with and without compression */
/PHP-7.3/ext/phar/
H A Dphar.c664 … alias_len, zend_long halt_offset, phar_archive_data** pphar, uint32_t compression, char **error) … argument
770 manifest_flags |= compression;
1603 uint32_t compression = PHAR_FILE_COMPRESSED_NONE; local
1682 compression = PHAR_FILE_COMPRESSED_GZ;
1720 compression = PHAR_FILE_COMPRESSED_BZ2;
1735 …return phar_parse_tarfile(fp, fname, fname_len, alias, alias_len, pphar, is_data, compression, err…
1742 …har_parse_pharfile(fp, fname, fname_len, alias, alias_len, halt_offset, pphar, compression, error);

Completed in 47 milliseconds

123