Searched refs:php_sig_bmp (Results 1 – 3 of 3) sorted by relevance
64 PHPAPI extern const char php_sig_bmp[2];
2246 } else if (!memcmp(data, php_sig_bmp, sizeof(php_sig_bmp))) { in _php_image_type()
44 PHPAPI const char php_sig_bmp[2] = {'B', 'M'}; variable1316 } else if (!memcmp(filetype, php_sig_bmp, 2)) { in php_getimagetype()
Completed in 23 milliseconds