TYPO3 CMS
TYPO3_6-2
|
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' | |
ADODB_Error_Handler | ( | $dbms, | |
$fn, | |||
$errno, | |||
$errmsg, | |||
$p1, | |||
$p2, | |||
& | $thisConnection | ||
) |
Default Error Handler. This will be called with the following params
$dbms | the RDBMS you are connecting to |
$fn | the name of the calling function (in uppercase) |
$errno | the native error number from the database |
$errmsg | the 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 31 of file adodb-errorhandler.inc.php.
if (!defined( 'ADODB_ERROR_HANDLER_TYPE')) define( 'ADODB_ERROR_HANDLER_TYPE' E_USER_ERROR |
Set tabs to 4 for best viewing.
Latest version is available at http://php.weblogs.com
Definition at line 16 of file adodb-errorhandler.inc.php.
Referenced by Auth_OpenID_FileStore\_getAssociation(), Auth_OpenID_Association\Auth_OpenID_Association(), Auth_OpenID_FileStore\Auth_OpenID_FileStore(), Auth_OpenID_MDB2Store\Auth_OpenID_MDB2Store(), Auth_OpenID_SHA1(), Auth_OpenID_SQLStore\Auth_OpenID_SQLStore(), Auth_OpenID_FileStore\clean(), Auth_OpenID_OpenIDStore\cleanupAssociations(), Auth_OpenID_OpenIDStore\cleanupNonces(), Auth_OpenID_Consumer\complete(), Auth_OpenID_OpenIDStore\getAssociation(), Auth_OpenID_FileStore\getAssociation(), Auth_OpenID_FileStore\getAssociationFilename(), Auth_OpenID_CryptUtil\getBytes(), Auth_OpenID_MathLibrary\longToBinary(), Auth_OpenID_CryptUtil\randomString(), TYPO3\CMS\Install\Controller\ToolController\registerExtensionConfigurationErrorHandler(), Auth_OpenID_OpenIDStore\removeAssociation(), Auth_OpenID_FileStore\removeAssociation(), TYPO3\CMS\Core\Error\ErrorHandler\setExceptionalErrors(), Auth_OpenID_OpenIDStore\storeAssociation(), Auth_OpenID_FileStore\storeAssociation(), Auth_OpenID_OpenIDStore\useNonce(), Auth_OpenID_FileStore\useNonce(), and adoSchema\xslt_error_handler().
if(!defined('ADODB_ERROR_HANDLER')) define('ADODB_ERROR_HANDLER' |
Definition at line 18 of file adodb-errorhandler.inc.php.