Whippet::handle_php_error PHP Method

handle_php_error() public method

Called by the PHP core when an error occurs
public handle_php_error ( $number, $error, $file, $line, $context )
    public function handle_php_error($number, $error, $file, $line, $context)
    {
        $this->emit_php_error($number, $error, $file, $line, $this->options);
        return true;
    }