PHAR_FILE_COMPRESSED_GZ 1654 ext/phar/phar.c 				compression = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 3257 ext/phar/phar.c 		if (phar->flags & PHAR_FILE_COMPRESSED_GZ) {
PHAR_FILE_COMPRESSED_GZ 2048 ext/phar/phar_object.c 				case PHAR_FILE_COMPRESSED_GZ:
PHAR_FILE_COMPRESSED_GZ 2072 ext/phar/phar_object.c 				case PHAR_FILE_COMPRESSED_GZ:
PHAR_FILE_COMPRESSED_GZ 2424 ext/phar/phar_object.c 			flags = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 2526 ext/phar/phar_object.c 			flags = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 2574 ext/phar/phar_object.c 	if (phar_obj->arc.archive->flags & PHAR_FILE_COMPRESSED_GZ) {
PHAR_FILE_COMPRESSED_GZ 3236 ext/phar/phar_object.c 			flags = PHAR_FILE_COMPRESSED_GZ;
PHAR_FILE_COMPRESSED_GZ 3360 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) {