Home
last modified time | relevance | path

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

/PHP-7.0/ext/bcmath/libbcmath/src/
H A Drt.c45 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 5 milliseconds