TYPO3
7.6
|
Go to the source code of this file.
Functions | |
xdebug ($var= '', $debugTitle= 'xdebug') | |
debug ($variable= '', $name= '*variable *', $line= '*line *', $file= '*file *', $recursiveDepth=3, $debugLevel=E_DEBUG) | |
debugBegin () | |
debugEnd () | |
debug | ( | $variable = '' , |
|
$name = '*variable*' , |
|||
$line = '*line*' , |
|||
$file = '*file*' , |
|||
$recursiveDepth = 3 , |
|||
$debugLevel = E_DEBUG |
|||
) |
Definition at line 14 of file GlobalDebugFunctions.php.
References $GLOBALS.
Referenced by BackendController\__construct(), DatabaseConnection\admin_query(), GeneralUtility\callUserFunction(), DatabaseConnection\debug(), SqlParser\debug_testSQL(), DebugUtility\debugRows(), DatabaseConnection\explain(), TextMenuContentObject\generate(), GraphicalMenuContentObject\generate(), ImageMenuContentObject\generate(), RecordHistory\getHistoryData(), GraphicalFunctions\ImageTTFBBoxWrapper(), GraphicalFunctions\ImageTTFTextWrapper(), DatabaseConnection\prepare_PREPAREDquery(), DataHandler\remapListedDBRecords(), DebuggerUtility\renderHeader(), Lexer\split2Words(), DatabaseConnection\sql_query(), AbstractMenuContentObject\start(), ContentObjectRenderer\stdWrap_debugData(), ContentObjectRenderer\stdWrap_debugFunc(), TypoScriptParser\syntaxHighlight_print(), and xdebug().
debugBegin | ( | ) |
Definition at line 30 of file GlobalDebugFunctions.php.
References $GLOBALS.
debugEnd | ( | ) |
Definition at line 37 of file GlobalDebugFunctions.php.
References $GLOBALS.
xdebug | ( | $var = '' , |
|
$debugTitle = 'xdebug' |
|||
) |
Definition at line 3 of file GlobalDebugFunctions.php.