/opt/cpanel/ea-php82/root/usr/include/php/ext/gd/libgd
NameSizeModeActions
bmp.h24500644editdlrm
gd.h345710644editdlrm
gdcache.h27490644editdlrm
gdfontg.h5290644editdlrm
gdfontl.h5270644editdlrm
gdfontmb.h4950644editdlrm
gdfonts.h4910644editdlrm
gdfontt.h5220644editdlrm
gdhelpers.h15800644editdlrm
gd_errors.h6730644editdlrm
gd_intern.h3480644editdlrm
gd_io.h10720644editdlrm
gd_tga.h17040644editdlrm
jisx0208.h713500644editdlrm
wbmp.h12830644editdlrm
Edit: /opt/cpanel/ea-php82/root/usr/include/php/ext/gd/libgd/gd_errors.h (673B)
#ifndef GD_ERRORS_H #define GD_ERRORS_H #ifndef _WIN32 # include #else # include "win32/syslog.h" #endif /* LOG_EMERG system is unusable LOG_ALERT action must be taken immediately LOG_CRIT critical conditions LOG_ERR error conditions LOG_WARNING warning conditions LOG_NOTICE normal, but significant, condition LOG_INFO informational message LOG_DEBUG debug-level message */ #define GD_ERROR LOG_ERR #define GD_WARNING LOG_WARNING #define GD_NOTICE LOG_NOTICE #define GD_INFO LOG_INFO #define GD_DEBUG LOG_DEBUG void gd_error(const char *format, ...); void gd_error_ex(int priority, const char *format, ...); #endif