box_type          684 ext/standard/image.c 	unsigned int box_type;
box_type          700 ext/standard/image.c 		if (php_stream_read(stream, (void *)&box_type, sizeof(box_type)) != sizeof(box_type)) {
box_type          710 ext/standard/image.c 		if (!memcmp(&box_type, jp2c_box_id, 4))