PHAR_SET_16       152 ext/phar/zip.c 	PHAR_SET_16(dtime, ctime);
PHAR_SET_16       153 ext/phar/zip.c 	PHAR_SET_16(ddate, cdate);
PHAR_SET_16       796 ext/phar/zip.c 	PHAR_SET_16(central.extra_len, sizeof(perms));
PHAR_SET_16       797 ext/phar/zip.c 	PHAR_SET_16(local.extra_len, sizeof(perms));
PHAR_SET_16       800 ext/phar/zip.c 	PHAR_SET_16(perms.size, sizeof(perms) - 4);
PHAR_SET_16       801 ext/phar/zip.c 	PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK);
PHAR_SET_16       810 ext/phar/zip.c 		PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE);
PHAR_SET_16       811 ext/phar/zip.c 		PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE);
PHAR_SET_16       815 ext/phar/zip.c 		PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2);
PHAR_SET_16       816 ext/phar/zip.c 		PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2);
PHAR_SET_16       823 ext/phar/zip.c 	PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0));
PHAR_SET_16       824 ext/phar/zip.c 	PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0));
PHAR_SET_16       953 ext/phar/zip.c 		PHAR_SET_16(central.comment_len, entry->metadata_str.len);
PHAR_SET_16      1389 ext/phar/zip.c 		PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1);
PHAR_SET_16      1390 ext/phar/zip.c 		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1);
PHAR_SET_16      1392 ext/phar/zip.c 		PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest));
PHAR_SET_16      1393 ext/phar/zip.c 		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest));
PHAR_SET_16      1447 ext/phar/zip.c 		PHAR_SET_16(eocd.comment_len, main_metadata_str.len);