PHAR_SET_32      1227 ext/phar/tar.c 		PHAR_SET_32(sigbuf, phar->sig_flags);
PHAR_SET_32      1228 ext/phar/tar.c 		PHAR_SET_32(sigbuf + 4, signature_length);
PHAR_SET_32       808 ext/phar/zip.c 		PHAR_SET_32(perms.crc32, ~crc);
PHAR_SET_32       827 ext/phar/zip.c 	PHAR_SET_32(central.offset, php_stream_tell(p->filefp));
PHAR_SET_32       869 ext/phar/zip.c 		PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       870 ext/phar/zip.c 		PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       875 ext/phar/zip.c 			PHAR_SET_32(central.compsize, entry->uncompressed_filesize);
PHAR_SET_32       876 ext/phar/zip.c 			PHAR_SET_32(local.compsize, entry->uncompressed_filesize);
PHAR_SET_32       920 ext/phar/zip.c 		PHAR_SET_32(central.compsize, entry->compressed_filesize);
PHAR_SET_32       921 ext/phar/zip.c 		PHAR_SET_32(local.compsize, entry->compressed_filesize);
PHAR_SET_32       928 ext/phar/zip.c 		PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       929 ext/phar/zip.c 		PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       930 ext/phar/zip.c 		PHAR_SET_32(central.compsize, entry->compressed_filesize);
PHAR_SET_32       931 ext/phar/zip.c 		PHAR_SET_32(local.compsize, entry->compressed_filesize);
PHAR_SET_32       940 ext/phar/zip.c 	PHAR_SET_32(central.crc32, entry->crc32);
PHAR_SET_32       941 ext/phar/zip.c 	PHAR_SET_32(local.crc32, entry->crc32);
PHAR_SET_32      1127 ext/phar/zip.c 		PHAR_SET_32(sigbuf, phar->sig_flags);
PHAR_SET_32      1128 ext/phar/zip.c 		PHAR_SET_32(sigbuf + 4, signature_length);
PHAR_SET_32      1430 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_size, cdir_size);
PHAR_SET_32      1431 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_offset, cdir_offset);