Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dphp_gd.h99 PHPAPI extern const char php_sig_gif[3];
H A Dgd.c1349 } else if (!memcmp(ZSTR_VAL(data), php_sig_gif, sizeof(php_sig_gif))) { in _php_image_type()
/PHP-8.2/ext/standard/
H A Dimage.c36 PHPAPI const char php_sig_gif[3] = {'G', 'I', 'F'}; variable
1361 if (!memcmp(filetype, php_sig_gif, 3)) { in php_getimagetype()

Completed in 42 milliseconds