Searched refs:getSupportedSignatures (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/ext/phar/tests/ |
H A D | phar_get_supported_signatures_002.phpt | 2 Phar::getSupportedSignatures() 7 $arr = Phar::getSupportedSignatures(); 15 var_dump(Phar::getSupportedSignatures());
|
H A D | phar_get_supported_signatures_002a.phpt | 2 Phar::getSupportedSignatures() 7 $arr = Phar::getSupportedSignatures(); 15 var_dump(Phar::getSupportedSignatures());
|
H A D | phpinfo_002.phpt | 9 $arr = Phar::getSupportedSignatures();
|
H A D | test_signaturealgos.phpt | 7 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_003.phpt | 9 $arr = Phar::getSupportedSignatures();
|
H A D | phar_setsignaturealgo2.phpt | 7 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_001.phpt | 9 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_004.phpt | 9 $arr = Phar::getSupportedSignatures();
|
/PHP-8.2/ext/phar/tests/tar/ |
H A D | phar_setsignaturealgo2.phpt | 7 $arr = Phar::getSupportedSignatures();
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 239 final public static function getSupportedSignatures(): array {} function in Phar 531 final public static function getSupportedSignatures(): array {} function in PharData
|
H A D | phar_object_arginfo.h | 434 ZEND_METHOD(Phar, getSupportedSignatures); 513 …ZEND_ME(Phar, getSupportedSignatures, arginfo_class_Phar_getSupportedSignatures, ZEND_ACC_PUBLIC|Z… 574 …ZEND_MALIAS(Phar, getSupportedSignatures, getSupportedSignatures, arginfo_class_PharData_getSuppor…
|
H A D | phar_object.c | 1229 PHP_METHOD(Phar, getSupportedSignatures) in PHP_METHOD() argument
|
/PHP-8.2/ext/phar/tests/zip/ |
H A D | phar_setsignaturealgo2.phpt | 7 $arr = Phar::getSupportedSignatures();
|
/PHP-8.2/ext/phar/phar/ |
H A D | pharcommand.inc | 156 $hash_avail = Phar::getSupportedSignatures(); 404 $hash_avail = Phar::getSupportedSignatures(); 1589 'supported signatures' => $use_ext ? join(', ', Phar::getSupportedSignatures()) : '',
|
Completed in 25 milliseconds