PHAR_SET_16       152 phar/zip.c     	PHAR_SET_16(dtime, ctime);
PHAR_SET_16       153 phar/zip.c     	PHAR_SET_16(ddate, cdate);
PHAR_SET_16       806 phar/zip.c     	PHAR_SET_16(central.extra_len, sizeof(perms));
PHAR_SET_16       807 phar/zip.c     	PHAR_SET_16(local.extra_len, sizeof(perms));
PHAR_SET_16       810 phar/zip.c     	PHAR_SET_16(perms.size, sizeof(perms) - 4);
PHAR_SET_16       811 phar/zip.c     	PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK);
PHAR_SET_16       820 phar/zip.c     		PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE);
PHAR_SET_16       821 phar/zip.c     		PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE);
PHAR_SET_16       825 phar/zip.c     		PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2);
PHAR_SET_16       826 phar/zip.c     		PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2);
PHAR_SET_16       833 phar/zip.c     	PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0));
PHAR_SET_16       834 phar/zip.c     	PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0));
PHAR_SET_16       962 phar/zip.c     		PHAR_SET_16(central.comment_len, entry->metadata_str.len);
PHAR_SET_16      1380 phar/zip.c     		PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1);
PHAR_SET_16      1381 phar/zip.c     		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1);
PHAR_SET_16      1383 phar/zip.c     		PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest));
PHAR_SET_16      1384 phar/zip.c     		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest));
PHAR_SET_16      1438 phar/zip.c     		PHAR_SET_16(eocd.comment_len, main_metadata_str.len);