Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/zlib/tests/
H A D002.phpt13 /* with explicit compression level, length */
H A Dzlib_wrapper_level.phpt2 compress.zlib:// wrapper with compression level
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 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.4/ext/zlib/
H A Dphp_zlib.def2 ; zlib data compression library
/PHP-7.4/ext/zip/tests/
H A Dbug53854.phpt2 Bug #53854 (Missing constants for compression type)
/PHP-7.4/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
/PHP-7.4/ext/gd/tests/
H A Dsimilarity.inc5 * mainly useful for checking lossy compression.
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_setalias.phpt36 // test compression
/PHP-7.4/ext/mysqlnd/
H A Dconfig9.m411 [AS_HELP_STRING([--disable-mysqlnd-compression-support],
/PHP-7.4/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.4/azure/
H A Dmsan_job.yml38 --disable-mysqlnd-compression-support \
/PHP-7.4/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.4/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.4/ext/gd/libgd/
H A Dgd.h591 void * gdImageBmpPtr(gdImagePtr im, int *size, int compression);
592 void gdImageBmp(gdImagePtr im, FILE *outFile, int compression);
593 void gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression);

Completed in 49 milliseconds

123