Home
last modified time | relevance | path

Searched refs:getSupportedCompression (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/phar/tests/
H A Dphar_get_supportedcomp1.phpt2 Phar::getSupportedCompression() (bz2 and zlib)
11 var_dump(Phar::getSupportedCompression());
H A Dphar_get_supportedcomp2.phpt2 Phar::getSupportedCompression() (bz2 only)
12 var_dump(Phar::getSupportedCompression());
H A Dphar_get_supportedcomp3.phpt2 Phar::getSupportedCompression() (zlib only)
12 var_dump(Phar::getSupportedCompression());
H A Dphar_get_supportedcomp4.phpt2 Phar::getSupportedCompression() (none)
10 var_dump(Phar::getSupportedCompression());
/php-src/ext/phar/
H A Dphar_object.stub.php221 final public static function getSupportedCompression(): array {} function in Phar
506 final public static function getSupportedCompression(): array {} function in PharData
H A Dphar_object_arginfo.h441 ZEND_METHOD(Phar, getSupportedCompression);
514 …ZEND_ME(Phar, getSupportedCompression, arginfo_class_Phar_getSupportedCompression, ZEND_ACC_PUBLIC…
H A Dphar_object.c1273 PHP_METHOD(Phar, getSupportedCompression) in PHP_METHOD() argument

Completed in 22 milliseconds