Searched refs:error_mesg (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/bcmath/libbcmath/src/ |
H A D | rt.c | 45 char error_mesg [255]; in bc_rt_warn() local 48 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); in bc_rt_warn() 51 fprintf (stderr, "bc math warning: %s\n", error_mesg); in bc_rt_warn() 58 char error_mesg [255]; in bc_rt_error() local 61 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); in bc_rt_error() 64 fprintf (stderr, "bc math error: %s\n", error_mesg); in bc_rt_error()
|
Completed in 8 milliseconds