Type: E_ERROR
Message: Too few arguments to function ErrorHandler::error_handler(), 4 passed and exactly 5 expected
File: /customers/e/6/1/bavdaz.com/httpd.www/new/includes/error_handler.php
Line: 90
Source: [87]: return count($this->_errors);
[88]: }
[89]:
[90]: public function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
[91]: if (error_reporting()) {
[92]: $this->_errors[] = new PhpError($errno, $errstr, $errfile, $errline);
[93]: }