Home
last modified time | relevance | path

Searched refs:getSupportedSignatures (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/phar/tests/
H A Dphar_get_supported_signatures_002.phpt2 Phar::getSupportedSignatures()
6 $arr = Phar::getSupportedSignatures();
14 var_dump(Phar::getSupportedSignatures());
H A Dphar_get_supported_signatures_002a.phpt2 Phar::getSupportedSignatures()
6 $arr = Phar::getSupportedSignatures();
14 var_dump(Phar::getSupportedSignatures());
H A Dtest_signaturealgos.phpt6 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_002.phpt8 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_003.phpt8 $arr = Phar::getSupportedSignatures();
H A Dphar_setsignaturealgo2.phpt6 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_001.phpt8 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_004.phpt8 $arr = Phar::getSupportedSignatures();
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt6 $arr = Phar::getSupportedSignatures();
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt6 $arr = Phar::getSupportedSignatures();
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc156 $hash_avail = Phar::getSupportedSignatures();
402 $hash_avail = Phar::getSupportedSignatures();
1577 'supported signatures' => $use_ext ? join(', ', Phar::getSupportedSignatures()) : '',
/PHP-7.4/ext/phar/
H A Dphar_object.c1262 PHP_METHOD(Phar, getSupportedSignatures) in PHP_METHOD() argument
5341 …PHP_ME(Phar, getSupportedSignatures,arginfo_phar__void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN…
5410 …PHP_ME(Phar, getSupportedSignatures,arginfo_phar__void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN…

Completed in 56 milliseconds