Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd.c124 static gdErrorMethod gd_error_method = gd_stderr_error; variable
128 if (gd_error_method) { in _gd_error_ex()
129 gd_error_method(priority, format, args); in _gd_error_ex()
155 gd_error_method = error_method; in gdSetErrorMethod()
163 gd_error_method = gd_stderr_error; in gdClearErrorMethod()

Completed in 12 milliseconds