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 818 ext/phar/zip.c PHAR_SET_16(central.extra_len, sizeof(perms)); PHAR_SET_16 819 ext/phar/zip.c PHAR_SET_16(local.extra_len, sizeof(perms)); PHAR_SET_16 822 ext/phar/zip.c PHAR_SET_16(perms.size, sizeof(perms) - 4); PHAR_SET_16 823 ext/phar/zip.c PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); PHAR_SET_16 832 ext/phar/zip.c PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); PHAR_SET_16 833 ext/phar/zip.c PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); PHAR_SET_16 837 ext/phar/zip.c PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); PHAR_SET_16 838 ext/phar/zip.c PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); PHAR_SET_16 845 ext/phar/zip.c PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); PHAR_SET_16 846 ext/phar/zip.c PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); PHAR_SET_16 974 ext/phar/zip.c PHAR_SET_16(central.comment_len, ZSTR_LEN(entry->metadata_str.s)); PHAR_SET_16 1430 ext/phar/zip.c PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1); PHAR_SET_16 1431 ext/phar/zip.c PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); PHAR_SET_16 1433 ext/phar/zip.c PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); PHAR_SET_16 1434 ext/phar/zip.c PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); PHAR_SET_16 1488 ext/phar/zip.c PHAR_SET_16(eocd.comment_len, ZSTR_LEN(main_metadata_str.s));