Searched refs:php_sig_png (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/gd/ |
H A D | php_gd.h | 62 PHPAPI extern const char php_sig_png[8];
|
H A D | gd.c | 2200 } else if (!memcmp(data, php_sig_png, 3)) { in _php_image_type() 2201 if (!memcmp(data, php_sig_png, 8)) { in _php_image_type()
|
/PHP-7.0/ext/standard/ |
H A D | image.c | 48 PHPAPI const char php_sig_png[8] = {(char) 0x89, (char) 0x50, (char) 0x4e, (char) 0x47, variable 1239 } else if (!memcmp(filetype, php_sig_png, 3)) { in php_getimagetype() 1244 if (!memcmp(filetype, php_sig_png, 8)) { in php_getimagetype()
|
Completed in 18 milliseconds