Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/
H A Dphp_gd.h66 PHPAPI extern const char php_sig_png[8];
H A Dgd.c2306 } else if (!memcmp(data, php_sig_png, sizeof(php_sig_png))) { in _php_image_type()
/PHP-7.4/ext/standard/
H A Dimage.c46 PHPAPI const char php_sig_png[8] = {(char) 0x89, (char) 0x50, (char) 0x4e, (char) 0x47, variable
1323 } else if (!memcmp(filetype, php_sig_png, 3)) { in php_getimagetype()
1328 if (!memcmp(filetype, php_sig_png, 8)) { in php_getimagetype()

Completed in 20 milliseconds