Searched refs:apiVersion (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/phar/tests/ |
H A D | 001.phpt | 2 Phar::apiVersion 7 var_dump(Phar::apiVersion());
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 229 final public static function apiVersion(): string {} function in Phar 516 final public static function apiVersion(): string {} function in PharData
|
H A D | phar_object_arginfo.h | 429 ZEND_METHOD(Phar, apiVersion); 508 …ZEND_ME(Phar, apiVersion, arginfo_class_Phar_apiVersion, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_… 569 …ZEND_MALIAS(Phar, apiVersion, apiVersion, arginfo_class_PharData_apiVersion, ZEND_ACC_PUBLIC|ZEND_…
|
H A D | phar_object.c | 986 PHP_METHOD(Phar, apiVersion) in PHP_METHOD() argument
|
/PHP-8.2/ext/phar/phar/ |
H A D | pharcommand.inc | 1583 'Phar API version' => Phar::apiVersion(),
|
Completed in 22 milliseconds