Procedural File: debug.php
Source Location: /sources/debug.php
Classes:
Page Details:
+--------------------------------------------------------------------------+
+-- PHP_Debug : A simple and fast way to debug PHP code | +-- | +-- Support : Vernet Loic (coil@strangebuzz.com) | +--------------------------------------------------------------------------+ | | | This PHP debug libray offers you the ability to debug your PHP code | | | | - Pear integration | | - PHP Process time | | - Database and query process time | | - Dump of all type of variable in a graphical way | | - Functionnal debug | | - Debug queries | | - Show number of database queries executed | | - Allow to search in all debug infos | | - Direct links to test queries in Phpmyadmin | | - Show globals var ( $GLOBALS, $_POST, $_GET ... ) | | - Enable or disable the debug infos you want to see | | - Check performance of chunk of php code | | - Customize the general display of your debug | | - ... ( see doc for complete specification ) | +--------------------------------------------------------------------------+
Tags:
Includes:
require_once('PEAR.php') [line 53]
Include Pear Library
require_once('Var_Dump.php') [line 58]
Include Pear::Var_Dump Library
CR [line 69]
DBGLINE_APPERROR [line 1076]
DBGLINE_ARRAY [line 1083]
DBGLINE_CREDITS [line 1077]
DBGLINE_CURRENTFILE [line 1075]
DBGLINE_DEFAULT [line 1084]
DBGLINE_ENV [line 1074]
DBGLINE_ERRORALERT [line 1090]
DBGLINE_OBJECT [line 1079]
DBGLINE_PAGEACTION [line 1082]
DBGLINE_PROCESSPERF [line 1080]
DBGLINE_QUERY [line 1072]
DBGLINE_QUERY_REL [line 1073]
DBGLINE_SEARCH [line 1078]
DBGLINE_STD [line 1071]
DBGLINE_TEMPLATES [line 1081]
DBG_CREDITS [line 94]
DBG_GLOBAL_COOKIE [line 115]
DBG_GLOBAL_FILES [line 114]
DBG_GLOBAL_GET [line 112]
DBG_GLOBAL_GLOBALS [line 118]
DBG_GLOBAL_POST [line 113]
DBG_GLOBAL_REQUEST [line 116]
DBG_GLOBAL_SESSION [line 117]
DBG_MODE_AUTO [line 88]
DBG_MODE_DEFAULT [line 89]
DBG_MODE_FULL [line 87]
DBG_MODE_OFF [line 83]
DBG_MODE_QUERY [line 85]
DBG_MODE_QUERYTEMP [line 86]
DBG_MODE_USERPERF [line 84]
DBG_RELEASE [line 43]
DBG_VERSION [line 42]
DBG_VERSION_DEFAULT [line 41]
DBG_VERSION_PEAR [line 40]
DBG_VERSION_STANDALONE [line 39]
DUMP_ARR_DISP [line 104]
DUMP_ARR_OBJNAME [line 107]
DUMP_ARR_STR [line 105]
DUMP_ARR_TABNAME [line 106]
STR_N [line 66]
|