Home
last modified time | relevance | path

Searched refs:gd_error_method (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/
H A Dconfig.m4168 /* Override the default gd_error_method with one that
/php-src/ext/gd/libgd/
H A Dgd.c94 static gdErrorMethod gd_error_method = gd_stderr_error; variable
98 if (gd_error_method) { in _gd_error_ex()
99 gd_error_method(priority, format, args); in _gd_error_ex()
125 gd_error_method = error_method; in gdSetErrorMethod()
133 gd_error_method = gd_stderr_error; in gdClearErrorMethod()

Completed in 12 milliseconds