Home
last modified time | relevance | path

Searched refs:php_sig_webp (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/gd/
H A Dphp_gd.h69 PHPAPI extern const char php_sig_webp[4];
H A Dgd.c2312 …) && !memcmp(data + sizeof(php_sig_riff) + sizeof(uint32_t), php_sig_webp, sizeof(php_sig_webp))) { in _php_image_type()
/PHP-7.4/ext/standard/
H A Dimage.c57 PHPAPI const char php_sig_webp[4] = {'W', 'E', 'B', 'P'}; variable
1349 if (!memcmp(filetype+8, php_sig_webp, 4)) { in php_getimagetype()

Completed in 32 milliseconds