Searched refs:getSupportedSignatures (Results 1 – 14 of 14) sorted by relevance
/PHP-7.1/ext/phar/tests/ |
H A D | phar_get_supported_signatures_001.phpt | 2 Phar::getSupportedSignatures() 7 $arr = Phar::getSupportedSignatures(); 15 var_dump(Phar::getSupportedSignatures());
|
H A D | phar_get_supported_signatures_001a.phpt | 2 Phar::getSupportedSignatures() 7 $arr = Phar::getSupportedSignatures(); 15 var_dump(Phar::getSupportedSignatures());
|
H A D | phar_get_supported_signatures_002.phpt | 2 Phar::getSupportedSignatures() 7 $arr = Phar::getSupportedSignatures(); 16 var_dump(Phar::getSupportedSignatures());
|
H A D | phar_get_supported_signatures_002a.phpt | 2 Phar::getSupportedSignatures() 7 $arr = Phar::getSupportedSignatures(); 16 var_dump(Phar::getSupportedSignatures());
|
H A D | test_signaturealgos.phpt | 7 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_002.phpt | 8 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_003.phpt | 8 $arr = Phar::getSupportedSignatures();
|
H A D | phar_setsignaturealgo2.phpt | 7 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_001.phpt | 8 $arr = Phar::getSupportedSignatures();
|
H A D | phpinfo_004.phpt | 8 $arr = Phar::getSupportedSignatures();
|
/PHP-7.1/ext/phar/tests/tar/ |
H A D | phar_setsignaturealgo2.phpt | 6 $arr = Phar::getSupportedSignatures();
|
/PHP-7.1/ext/phar/tests/zip/ |
H A D | phar_setsignaturealgo2.phpt | 6 $arr = Phar::getSupportedSignatures();
|
/PHP-7.1/ext/phar/phar/ |
H A D | pharcommand.inc | 156 $hash_avail = Phar::getSupportedSignatures(); 402 $hash_avail = Phar::getSupportedSignatures(); 1577 'supported signatures' => $use_ext ? join(', ', Phar::getSupportedSignatures()) : '',
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 1279 PHP_METHOD(Phar, getSupportedSignatures) in PHP_METHOD() argument 5315 …PHP_ME(Phar, getSupportedSignatures,arginfo_phar__void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN… 5384 …PHP_ME(Phar, getSupportedSignatures,arginfo_phar__void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN…
|
Completed in 42 milliseconds