Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds