1.20.x evalmath.inc | EvalMath::trigger($msg) |
File
- includes/
evalmath.inc, line 356
Class
Code
function trigger($msg) {
$this->last_error = $msg;
if (!$this->suppress_errors) {
trigger_error($msg, E_USER_WARNING);
}
return false;
}