/core/jErrorHandler.lib.php

Description
  • author: Laurent Jouanneau
  • copyright: 2001-2005 CopixTeam, 2005-2010 Laurent Jouanneau, 2007 Sylvain de Vathaire, 2007 Loic Mathaud This function was get originally from the Copix project (CopixErrorHandler, Copix 2.3dev20050901, http://www.copix.org) Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). Initial authors of this function are Gerald Croes and Laurent Jouanneau, and it was adapted/improved for Jelix by Laurent Jouanneau
  • link: http://www.jelix.org
  • licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  • contributor: Sylvain de Vathaire
  • contributor: Loic Mathaud <loic@mathaud.net>
  • filesource: Source Code for this file
Functions
jErrorHandler (line 28)

Error handler for the framework.

Replace the default PHP error handler

void jErrorHandler (integer $errno, string $errmsg, string $filename, integer $linenum, array $errcontext)
  • integer $errno: error code
  • string $errmsg: error message
  • string $filename: filename where the error appears
  • integer $linenum: line number where the error appears
  • array $errcontext

Documentation generated on Wed, 24 Sep 2014 21:58:42 +0200 by phpDocumentor 1.4.3