Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/
H A Dphp_gd.h68 PHPAPI extern const char php_sig_riff[4];
H A Dgd.c2312 …} else if(!memcmp(data, php_sig_riff, sizeof(php_sig_riff)) && !memcmp(data + sizeof(php_sig_riff)… in _php_image_type()
/PHP-7.4/ext/standard/
H A Dimage.c56 PHPAPI const char php_sig_riff[4] = {'R', 'I', 'F', 'F'}; variable
1344 } else if (!memcmp(filetype, php_sig_riff, 3)) { in php_getimagetype()

Completed in 25 milliseconds