zip_magic        1565 ext/phar/phar.c 	const char zip_magic[] = "PK\x03\x04";
zip_magic        1699 ext/phar/phar.c 			if (!memcmp(pos, zip_magic, 4)) {