Searched refs:php_sig_gif (Results 1 – 3 of 3) sorted by relevance
60 PHPAPI extern const char php_sig_gif[3];
2204 } else if (!memcmp(data, php_sig_gif, 3)) { in _php_image_type()
42 PHPAPI const char php_sig_gif[3] = {'G', 'I', 'F'}; variable1235 if (!memcmp(filetype, php_sig_gif, 3)) { in php_getimagetype()
Completed in 18 milliseconds