PHAR_SET_32      1212 ext/phar/tar.c 		PHAR_SET_32(sigbuf, phar->sig_flags);
PHAR_SET_32      1213 ext/phar/tar.c 		PHAR_SET_32(sigbuf + 4, signature_length);
PHAR_SET_32       806 ext/phar/zip.c 		PHAR_SET_32(perms.crc32, ~crc);
PHAR_SET_32       825 ext/phar/zip.c 	PHAR_SET_32(central.offset, php_stream_tell(p->filefp));
PHAR_SET_32       867 ext/phar/zip.c 		PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       868 ext/phar/zip.c 		PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       873 ext/phar/zip.c 			PHAR_SET_32(central.compsize, entry->uncompressed_filesize);
PHAR_SET_32       874 ext/phar/zip.c 			PHAR_SET_32(local.compsize, entry->uncompressed_filesize);
PHAR_SET_32       918 ext/phar/zip.c 		PHAR_SET_32(central.compsize, entry->compressed_filesize);
PHAR_SET_32       919 ext/phar/zip.c 		PHAR_SET_32(local.compsize, entry->compressed_filesize);
PHAR_SET_32       926 ext/phar/zip.c 		PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       927 ext/phar/zip.c 		PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       928 ext/phar/zip.c 		PHAR_SET_32(central.compsize, entry->compressed_filesize);
PHAR_SET_32       929 ext/phar/zip.c 		PHAR_SET_32(local.compsize, entry->compressed_filesize);
PHAR_SET_32       938 ext/phar/zip.c 	PHAR_SET_32(central.crc32, entry->crc32);
PHAR_SET_32       939 ext/phar/zip.c 	PHAR_SET_32(local.crc32, entry->crc32);
PHAR_SET_32      1125 ext/phar/zip.c 		PHAR_SET_32(sigbuf, phar->sig_flags);
PHAR_SET_32      1126 ext/phar/zip.c 		PHAR_SET_32(sigbuf + 4, signature_length);
PHAR_SET_32      1428 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_size, cdir_size);
PHAR_SET_32      1429 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_offset, cdir_offset);