TYPO3 CMS  TYPO3_7-6
adodb-errorhandler.inc.php File Reference

Go to the source code of this file.

Functions

 ADODB_Error_Handler ($dbms, $fn, $errno, $errmsg, $p1, $p2, &$thisConnection)
 

Variables

if(!defined('ADODB_ERROR_HANDLER_TYPE')) define('ADODB_ERROR_HANDLER_TYPE' E_USER_ERROR
 
 if (!defined( 'ADODB_ERROR_HANDLER')) define( 'ADODB_ERROR_HANDLER'
 

Function Documentation

◆ ADODB_Error_Handler()

ADODB_Error_Handler (   $dbms,
  $fn,
  $errno,
  $errmsg,
  $p1,
  $p2,
$thisConnection 
)

Default Error Handler. This will be called with the following params

Parameters
$dbmsthe RDBMS you are connecting to
$fnthe name of the calling function (in uppercase)
$errnothe native error number from the database
$errmsgthe native error msg from the database
$p1$fn specific parameter - see below
$p2$fn specific parameter - see below
$thisConn$current connection object - can be false if no connection object created

Definition at line 33 of file adodb-errorhandler.inc.php.

References $database, $host, and $sql.

Variable Documentation

◆ E_USER_ERROR

if (!defined( 'ADODB_ERROR_HANDLER_TYPE')) define( 'ADODB_ERROR_HANDLER_TYPE' E_USER_ERROR
Version
v5.20.3 01-Jan-2016

Set tabs to 4 for best viewing.

Latest version is available at http://php.weblogs.com

Definition at line 18 of file adodb-errorhandler.inc.php.

Referenced by TYPO3\CMS\Install\Controller\ToolController\registerExtensionConfigurationErrorHandler(), TYPO3\CMS\Core\Error\ErrorHandler\setDebugMode(), and adoSchema\xslt_error_handler().

◆ if

if(!defined('ADODB_ERROR_HANDLER')) define('ADODB_ERROR_HANDLER'

Definition at line 20 of file adodb-errorhandler.inc.php.