Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/tests/
H A Dphar_get_supported_signatures_001.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
15 var_dump(Phar::getSupportedSignatures());
H A Dphar_get_supported_signatures_001a.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
15 var_dump(Phar::getSupportedSignatures());
H A Dphar_get_supported_signatures_002.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
16 var_dump(Phar::getSupportedSignatures());
H A Dphar_get_supported_signatures_002a.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
16 var_dump(Phar::getSupportedSignatures());
H A Dtest_signaturealgos.phpt7 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_002.phpt8 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_003.phpt8 $arr = Phar::getSupportedSignatures();
H A Dphar_setsignaturealgo2.phpt7 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_001.phpt8 $arr = Phar::getSupportedSignatures();
H A Dphpinfo_004.phpt8 $arr = Phar::getSupportedSignatures();
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt6 $arr = Phar::getSupportedSignatures();
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt6 $arr = Phar::getSupportedSignatures();
/PHP-5.5/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-5.5/ext/phar/
H A Dphar_object.c1274 PHP_METHOD(Phar, getSupportedSignatures) in PHP_METHOD() argument
5344 …PHP_ME(Phar, getSupportedSignatures,arginfo_phar__void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN…

Completed in 29 milliseconds