PHAR_ZIP_16      2433 ext/phar/phar.c 		if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
PHAR_ZIP_16      2436 ext/phar/phar.c 					PHAR_ZIP_16(local.filename_len) +
PHAR_ZIP_16      2437 ext/phar/phar.c 					PHAR_ZIP_16(local.extra_len) +
PHAR_ZIP_16      2452 ext/phar/phar.c 		if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compressed_filesize != PHAR_ZIP_32(local.compsize)) {
PHAR_ZIP_16      2459 ext/phar/phar.c 			sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len);