PHAR_FILE_COMPRESSED_GZ 1654 ext/phar/phar.c 				compression = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 3233 ext/phar/phar.c 		if (phar->flags & PHAR_FILE_COMPRESSED_GZ) {
PHAR_FILE_COMPRESSED_GZ 2050 ext/phar/phar_object.c 				case PHAR_FILE_COMPRESSED_GZ:
PHAR_FILE_COMPRESSED_GZ 2074 ext/phar/phar_object.c 				case PHAR_FILE_COMPRESSED_GZ:
PHAR_FILE_COMPRESSED_GZ 2426 ext/phar/phar_object.c 			flags = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 2528 ext/phar/phar_object.c 			flags = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 2576 ext/phar/phar_object.c 	if (phar_obj->arc.archive->flags & PHAR_FILE_COMPRESSED_GZ) {
PHAR_FILE_COMPRESSED_GZ 3238 ext/phar/phar_object.c 			flags = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 3362 ext/phar/phar_object.c 		if (flags == PHAR_FILE_COMPRESSED_GZ) {
PHAR_FILE_COMPRESSED_GZ 1285 ext/phar/tar.c 		if (phar->flags & PHAR_FILE_COMPRESSED_GZ) {