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