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 798 ext/phar/zip.c PHAR_SET_16(central.extra_len, sizeof(perms)); PHAR_SET_16 799 ext/phar/zip.c PHAR_SET_16(local.extra_len, sizeof(perms)); PHAR_SET_16 802 ext/phar/zip.c PHAR_SET_16(perms.size, sizeof(perms) - 4); PHAR_SET_16 803 ext/phar/zip.c PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); PHAR_SET_16 812 ext/phar/zip.c PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); PHAR_SET_16 813 ext/phar/zip.c PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); PHAR_SET_16 817 ext/phar/zip.c PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); PHAR_SET_16 818 ext/phar/zip.c PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); PHAR_SET_16 825 ext/phar/zip.c PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); PHAR_SET_16 826 ext/phar/zip.c PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); PHAR_SET_16 955 ext/phar/zip.c PHAR_SET_16(central.comment_len, entry->metadata_str.len); PHAR_SET_16 1391 ext/phar/zip.c PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1); PHAR_SET_16 1392 ext/phar/zip.c PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); PHAR_SET_16 1394 ext/phar/zip.c PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); PHAR_SET_16 1395 ext/phar/zip.c PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); PHAR_SET_16 1449 ext/phar/zip.c PHAR_SET_16(eocd.comment_len, main_metadata_str.len);