Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar_object.c2241 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other() function
2450 ret = phar_convert_to_other(phar_obj->archive, format, ext, flags); in PHP_METHOD()
2560 ret = phar_convert_to_other(phar_obj->archive, (int)format, ext, flags); in PHP_METHOD()
3263 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_TAR, ext, flags); in PHP_METHOD()
3265 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_PHAR, ext, flags); in PHP_METHOD()
3302 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_TAR, ext, PHAR_FILE_COMPRESSED_NONE); in PHP_METHOD()
3304 ret = phar_convert_to_other(phar_obj->archive, PHAR_FORMAT_PHAR, ext, PHAR_FILE_COMPRESSED_NONE); in PHP_METHOD()

Completed in 11 milliseconds