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