Searched refs:phar_convert_to_other (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/phar/ |
H A D | phar_object.c | 2297 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other() function 2504 ret = phar_convert_to_other(phar_obj->archive, (int)format, ext, flags); in PHP_METHOD() 2607 ret = phar_convert_to_other(phar_obj->archive, (int)format, ext, flags); in PHP_METHOD() 3319 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_TAR, ext, flags); in PHP_METHOD() 3321 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_PHAR, ext, flags); in PHP_METHOD() 3359 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_TAR, ext, PHAR_FILE_COMPRESSED_NONE); in PHP_METHOD() 3361 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_PHAR, ext, PHAR_FILE_COMPRESSED_NONE); in PHP_METHOD()
|
Completed in 26 milliseconds