Home
last modified time | relevance | path

Searched refs:compress (Results 26 – 50 of 74) sorted by relevance

123

/PHP-7.1/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt2 Test compress.zlib:// scheme with the copy function: uncompressed to compressed
27 $destFile = "compress.zlib://$outputFileName";
H A Dgzdeflate_variation1.phpt12 * Description: Gzip-compress a string
H A Dgzcompress_variation1.phpt12 * Description: Gzip-compress a string
H A Dgzcompress_basic1.phpt12 * Description: Gzip-compress a string
27 $smallstring = "A small string to compress\n";
H A Dgzdeflate_basic1.phpt12 * Description: Gzip-compress a string
27 $smallstring = "A small string to compress\n";
H A Dgzencode_basic1.phpt12 * Description: Gzip-compress a string
27 $smallstring = "A small string to compress\n";
H A Dgzencode_variation1.phpt17 * Description: Gzip-compress a string
H A Dgzencode_variation1-win32.phpt17 * Description: Gzip-compress a string
H A Dgzencode_variation2-win32.phpt17 * Description: Gzip-compress a string
H A Dgzencode_variation2.phpt17 * Description: Gzip-compress a string
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite21.phar4 $p["test.txt"]->compress(Phar::GZ);
H A Dwrite21.phar.inc10 $p["test.txt"]->compress(Phar::GZ);
H A Dwrite22.phar.inc16 $phar['test.txt']->compress(Phar::GZ);
/PHP-7.1/ext/phar/tests/
H A Dphar_oo_compressed_001b.phpt2 Phar: PharFileInfo::compress(Phar::BZ2)
34 $phar['b']->compress(Phar::BZ2);
H A Dphar_oo_compressed_001.phpt2 Phar: PharFileInfo::compress(Phar::GZ)
34 $phar['b']->compress(Phar::GZ);
H A Dphar_oo_compressed_002.phpt2 Phar: context/compress=GZ
31 $context = stream_context_create(array('phar'=>array('compress'=>Phar::GZ)));
H A Dphar_oo_compressed_002b.phpt2 Phar: context/compress=BZip2
31 $context = stream_context_create(array('phar'=>array('compress'=>Phar::BZ2)));
H A Dphar_decompress.phpt25 $gz = $phar->compress(Phar::GZ);
29 $unc = $a->compress(Phar::NONE);
H A Dphar_copy.phpt28 $p['a']->compress(Phar::GZ);
57 $p2['a']->compress(Phar::GZ);
H A Dphar_oo_getcontentsgz.phpt17 $phar['a']->compress(Phar::GZ);
/PHP-7.1/ext/bz2/tests/
H A Dbug72447.phpt11 stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
/PHP-7.1/ext/fileinfo/
H A Dconfig.w328 cdf.c cdf_time.c compress.c \
/PHP-7.1/ext/phar/tests/zip/
H A Dall.phpt27 $phar['b']->compress(Phar::GZ);
29 $phar['c']->compress(Phar::BZ2);
H A DallU.phpt27 $phar['b']->compress(Phar::GZ);
29 $phar['c']->compress(Phar::BZ2);
/PHP-7.1/ext/zlib/
H A Dphp_zlib.def27 compress

Completed in 32 milliseconds

123