Searched refs:getSupportedSignatures (Results 1 – 14 of 14) sorted by relevance
2 Phar::getSupportedSignatures()7 $arr = Phar::getSupportedSignatures();15 var_dump(Phar::getSupportedSignatures());
9 $arr = Phar::getSupportedSignatures();
7 $arr = Phar::getSupportedSignatures();
223 final public static function getSupportedSignatures(): array {} function in Phar509 final public static function getSupportedSignatures(): array {} function in PharData
442 ZEND_METHOD(Phar, getSupportedSignatures);515 …ZEND_ME(Phar, getSupportedSignatures, arginfo_class_Phar_getSupportedSignatures, ZEND_ACC_PUBLIC|Z…
1246 PHP_METHOD(Phar, getSupportedSignatures) in PHP_METHOD() argument
156 $hash_avail = Phar::getSupportedSignatures();404 $hash_avail = Phar::getSupportedSignatures();1589 'supported signatures' => $use_ext ? join(', ', Phar::getSupportedSignatures()) : '',
Completed in 28 milliseconds