Home
last modified time | relevance | path

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

/PHP-8.2/ext/phar/tests/
H A Dphar_get_supported_signatures_002.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
15 var_dump(Phar::getSupportedSignatures());
H A Dphar_get_supported_signatures_002a.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
15 var_dump(Phar::getSupportedSignatures());
H A Dphpinfo_002.phpt9 $arr = Phar::getSupportedSignatures();
H A Dtest_signaturealgos.phpt7 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_003.phpt9 $arr = Phar::getSupportedSignatures();
H A Dphar_setsignaturealgo2.phpt7 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_001.phpt9 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_004.phpt9 $arr = Phar::getSupportedSignatures();
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt7 $arr = Phar::getSupportedSignatures();
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php239 final public static function getSupportedSignatures(): array {} function in Phar
531 final public static function getSupportedSignatures(): array {} function in PharData
H A Dphar_object_arginfo.h434 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 Dphar_object.c1229 PHP_METHOD(Phar, getSupportedSignatures) in PHP_METHOD() argument
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt7 $arr = Phar::getSupportedSignatures();
/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc156 $hash_avail = Phar::getSupportedSignatures();
404 $hash_avail = Phar::getSupportedSignatures();
1589 'supported signatures' => $use_ext ? join(', ', Phar::getSupportedSignatures()) : '',

Completed in 49 milliseconds