PHP_DEBUGLINE_ANY [line 794]
PHP_DEBUGLINE Types
PHP_DEBUGLINE Types
- PHP_DEBUGLINE_ANY : All available types (for search mode)
- PHP_DEBUGLINE_STD : Standart debug
- PHP_DEBUGLINE_QUERY : Query debug
- PHP_DEBUGLINE_REL : Database related debug
- PHP_DEBUGLINE_ENV : Environment debug ($GLOBALS...)
- PHP_DEBUGLINE_APPERROR : Custom application error
- PHP_DEBUGLINE_CREDITS : Credits information
- PHP_DEBUGLINE_SEARCH : Search mode in debug
- PHP_DEBUGLINE_DUMP : Dump any kind of variable
- PHP_DEBUGLINE_PROCESSPERF : Performance analysys
- PHP_DEBUGLINE_TEMPLATES : Included templates of the calling script
- PHP_DEBUGLINE_PAGEACTION : Store main page action
- PHP_DEBUGLINE_SQLPARSE : SQL Parse error
- PHP_DEBUGLINE_WATCH : A variable to watch
- PHP_DEBUGLINE_PHPERROR : A debug generated by the custom error handler
Information Tags:
Todo: | Currentfile is deprecated, numbers to resequence |
PHP_DEBUGLINE_APPERROR [line 799]
PHP_DEBUGLINE_APPERROR = 5
|
|
PHP_DEBUGLINE_CREDITS [line 800]
PHP_DEBUGLINE_CREDITS = 6
|
|
PHP_DEBUGLINE_DEFAULT [line 809]
PHP_DEBUGLINE_DEFAULT = PHP_DEBUGLINE_STD
|
|
PHP_DEBUGLINE_DUMP [line 802]
PHP_DEBUGLINE_ENV [line 798]
PHP_DEBUGLINE_PAGEACTION [line 805]
PHP_DEBUGLINE_PAGEACTION = 11
|
|
PHP_DEBUGLINE_PHPERROR [line 808]
PHP_DEBUGLINE_PHPERROR = 14
|
|
PHP_DEBUGLINE_PROCESSPERF [line 803]
PHP_DEBUGLINE_PROCESSPERF = 9
|
|
PHP_DEBUGLINE_QUERY [line 796]
PHP_DEBUGLINE_QUERYREL [line 797]
PHP_DEBUGLINE_QUERYREL = 3
|
|
PHP_DEBUGLINE_SEARCH [line 801]
PHP_DEBUGLINE_SQLPARSE [line 806]
PHP_DEBUGLINE_SQLPARSE = 12
|
|
PHP_DEBUGLINE_STD [line 795]
PHP_DEBUGLINE_TEMPLATES [line 804]
PHP_DEBUGLINE_TEMPLATES = 10
|
|
PHP_DEBUGLINE_WATCH [line 807]
PHP_DEBUG_DUMP_DISP [line 44]
These are constant for dump() and DumpObj() functions.
These are constant for dump() and DumpObj() functions.
- PHP_DEBUG_DUMP_DISP : Tell the function to display the debug info.
- PHP_DEBUG_DUMP_STR : Tell the fonction to return the debug info as a
string- PHP_DEBUG_DUMP_VARNAME : Default name of Array - DBG_ARR_OBJNAME : Default
name of Object
PHP_DEBUG_DUMP_STR [line 45]
PHP_DEBUG_DUMP_VARNAME [line 46]
PHP_DEBUG_DUMP_VARNAME = 'Variable'
|
|
PHP_DEBUG_GLOBAL_COOKIE [line 54]
PHP_DEBUG_GLOBAL_COOKIE = 3
|
|
PHP_DEBUG_GLOBAL_FILES [line 53]
PHP_DEBUG_GLOBAL_FILES = 2
|
|
PHP_DEBUG_GLOBAL_GET [line 51]
These are constants to define Super array environment variables
These are constants to define Super array environment variables
PHP_DEBUG_GLOBAL_GLOBALS [line 57]
PHP_DEBUG_GLOBAL_GLOBALS = 6
|
|
PHP_DEBUG_GLOBAL_POST [line 52]
PHP_DEBUG_GLOBAL_POST = 1
|
|
PHP_DEBUG_GLOBAL_REQUEST [line 55]
PHP_DEBUG_GLOBAL_REQUEST = 4
|
|
PHP_DEBUG_GLOBAL_SESSION [line 56]
PHP_DEBUG_GLOBAL_SESSION = 5
|
|
PHP_DEBUG_POSITIONFIRST [line 64]
PHP_DEBUG_POSITIONFIRST = 1
|
|
PHP_DEBUG_POSITIONLAST [line 63]
PHP_DEBUG_POSITIONLAST = 0
|
|
These are constant for addDebug functions, they set the behaviour where
These are constant for addDebug functions, they set the behaviour where the function should add the debug information in first or in last position
PHP_DEBUG_RELEASE [line 31]
PHP_DEBUG_RELEASE = 'V2.0.0'
|
|
PHP_DEBUG_VERSION [line 30]
PHP_DEBUG_VERSION = PHP_DEBUG_VERSION_STANDALONE
|
|
PHP_DEBUG_VERSION_DEFAULT [line 29]
PHP_DEBUG_VERSION_DEFAULT = PHP_DEBUG_VERSION_STANDALONE
|
|
PHP_DEBUG_VERSION_PEAR [line 28]
PHP_DEBUG_VERSION_PEAR = 1
|
|
PHP_DEBUG_VERSION_STANDALONE [line 27]
PHP_DEBUG_VERSION_STANDALONE = 0
|
|
Possible version of class Debug
Possible version of class Debug