Searched refs:php_sig_webp (Results 1 – 3 of 3) sorted by relevance
70 PHPAPI extern const char php_sig_webp[4];
1447 …) && !memcmp(data + sizeof(php_sig_riff) + sizeof(uint32_t), php_sig_webp, sizeof(php_sig_webp))) { in _php_image_type()
52 PHPAPI const char php_sig_webp[4] = {'W', 'E', 'B', 'P'}; variable1328 if (!memcmp(filetype+8, php_sig_webp, 4)) { in php_getimagetype()
Completed in 20 milliseconds