DBG.php
Cloudrexx
Tags
Table of Contents
Classes
Constants
- DBG_ADODB : mixed = \DBG_ADODB_SELECT | \DBG_ADODB_CHANGE
- DBG_ADODB_CHANGE : mixed = 1 << 3
- DBG_ADODB_ERROR : mixed = 1 << 4
- DBG_ADODB_SELECT : mixed = 1 << 1
- DBG_ADODB_TRACE : mixed = 1 << 2
- DBG_ALL : mixed = \DBG_PHP | \DBG_DB | \DBG_DB_TRACE | \DBG_DB_ER...
- DBG_DB : mixed = \DBG_DB_SELECT | \DBG_DB_CHANGE
- DBG_DB_CHANGE : mixed = \DBG_ADODB_CHANGE | \DBG_DOCTRINE_CHANGE
- DBG_DB_DUMP_ON_ERROR : mixed = 1 << 10
- DBG_DB_ERROR : mixed = \DBG_ADODB_ERROR | \DBG_DOCTRINE_ERROR
- DBG_DB_SELECT : mixed = \DBG_ADODB_SELECT | \DBG_DOCTRINE_SELECT
- DBG_DB_TRACE : mixed = \DBG_ADODB_TRACE | \DBG_DOCTRINE_TRACE
- DBG_DEBUG : mixed = 1 << 14
- DBG_DOCTRINE : mixed = \DBG_DOCTRINE_SELECT | \DBG_DOCTRINE_CHANGE
- DBG_DOCTRINE_CHANGE : mixed = 1 << 7
- DBG_DOCTRINE_ERROR : mixed = 1 << 8
- DBG_DOCTRINE_SELECT : mixed = 1 << 5
- DBG_DOCTRINE_TRACE : mixed = 1 << 6
- DBG_LOG : mixed = 1 << 12
- DBG_LOG_FILE : mixed = 1 << 9
- DBG_LOG_MEMORY : mixed = 1 << 11
- DBG_NONE : mixed = 0
- Cloudrexx
- DBG_PHP : mixed = 1 << 0
- DBG_PROFILE : mixed = 1 << 13
- DBG_PROFILE_FORCE : mixed = 1 << 16
- DBG_PROFILE_OFF : mixed = 1 << 15
- DBG_PROFILE_ON : mixed = \DBG_PROFILE
Constants
DBG_ADODB
public
mixed
DBG_ADODB
= \DBG_ADODB_SELECT | \DBG_ADODB_CHANGE
DBG_ADODB_CHANGE
public
mixed
DBG_ADODB_CHANGE
= 1 << 3
DBG_ADODB_ERROR
public
mixed
DBG_ADODB_ERROR
= 1 << 4
DBG_ADODB_SELECT
public
mixed
DBG_ADODB_SELECT
= 1 << 1
DBG_ADODB_TRACE
public
mixed
DBG_ADODB_TRACE
= 1 << 2
DBG_ALL
public
mixed
DBG_ALL
= \DBG_PHP | \DBG_DB | \DBG_DB_TRACE | \DBG_DB_ERROR | \DBG_DB_DUMP_ON_ERROR | \DBG_LOG_FILE | \DBG_LOG_MEMORY | \DBG_LOG | \DBG_PROFILE | \DBG_DEBUG
DBG_DB
public
mixed
DBG_DB
= \DBG_DB_SELECT | \DBG_DB_CHANGE
DBG_DB_CHANGE
public
mixed
DBG_DB_CHANGE
= \DBG_ADODB_CHANGE | \DBG_DOCTRINE_CHANGE
DBG_DB_DUMP_ON_ERROR
public
mixed
DBG_DB_DUMP_ON_ERROR
= 1 << 10
DBG_DB_ERROR
public
mixed
DBG_DB_ERROR
= \DBG_ADODB_ERROR | \DBG_DOCTRINE_ERROR
DBG_DB_SELECT
public
mixed
DBG_DB_SELECT
= \DBG_ADODB_SELECT | \DBG_DOCTRINE_SELECT
DBG_DB_TRACE
public
mixed
DBG_DB_TRACE
= \DBG_ADODB_TRACE | \DBG_DOCTRINE_TRACE
DBG_DEBUG
public
mixed
DBG_DEBUG
= 1 << 14
DBG_DOCTRINE
public
mixed
DBG_DOCTRINE
= \DBG_DOCTRINE_SELECT | \DBG_DOCTRINE_CHANGE
DBG_DOCTRINE_CHANGE
public
mixed
DBG_DOCTRINE_CHANGE
= 1 << 7
DBG_DOCTRINE_ERROR
public
mixed
DBG_DOCTRINE_ERROR
= 1 << 8
DBG_DOCTRINE_SELECT
public
mixed
DBG_DOCTRINE_SELECT
= 1 << 5
DBG_DOCTRINE_TRACE
public
mixed
DBG_DOCTRINE_TRACE
= 1 << 6
DBG_LOG
public
mixed
DBG_LOG
= 1 << 12
DBG_LOG_FILE
public
mixed
DBG_LOG_FILE
= 1 << 9
DBG_LOG_MEMORY
public
mixed
DBG_LOG_MEMORY
= 1 << 11
DBG_NONE
Cloudrexx
public
mixed
DBG_NONE
= 0
Tags
DBG_PHP
public
mixed
DBG_PHP
= 1 << 0
DBG_PROFILE
public
mixed
DBG_PROFILE
= 1 << 13
DBG_PROFILE_FORCE
public
mixed
DBG_PROFILE_FORCE
= 1 << 16
DBG_PROFILE_OFF
public
mixed
DBG_PROFILE_OFF
= 1 << 15
DBG_PROFILE_ON
public
mixed
DBG_PROFILE_ON
= \DBG_PROFILE