Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/
H A Dphp_gd.h104 PHPAPI extern const char php_sig_webp[4];
H A Dgd.c1352 …mp(ZSTR_VAL(data) + sizeof(php_sig_riff) + sizeof(uint32_t), php_sig_webp, sizeof(php_sig_webp))) { in _php_image_type()
/PHP-8.3/ext/standard/
H A Dimage.c53 PHPAPI const char php_sig_webp[4] = {'W', 'E', 'B', 'P'}; variable
1391 if (!memcmp(filetype+8, php_sig_webp, 4)) { in php_getimagetype()

Completed in 29 milliseconds