TYPO3 CMS  TYPO3_7-6
GlobalDebugFunctions.php File Reference

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 ()
 

Function Documentation

◆ debug()

debug (   $variable = '',
  $name = '*variable*',
  $line = '*line*',
  $file = '*file*',
  $recursiveDepth = 3,
  $debugLevel = 'E_DEBUG' 
)

Definition at line 14 of file GlobalDebugFunctions.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\DebugUtility\debug().

Referenced by TYPO3\CMS\Backend\Controller\BackendController\__construct(), ADODB_mssqlnative\__construct(), adoSchema\__construct(), _appendN(), ADODB_ldap\_connect(), ADODB_ado\_connect(), ADODB_ads\_connect(), ADODB_mssqlnative\_connect(), ADODB2_access\_CreateSuffix(), ADODB2_oci8\_CreateSuffix(), ADODB_DataDict\_GenFields(), ADODB_odbc\_pconnect(), ADODB_ads\_pconnect(), ADODB_mssqlnative\_query(), ADODB_oci8\_query(), ADORecordset_sqlite3\_seek(), adoSchema\addSQL(), ADODB2_generic\AlterColumnSQL(), ADODB2_ibase\AlterColumnSQL(), ADODB2_informix\AlterColumnSQL(), ADODB2_db2\AlterColumnSQL(), ADODB2_sqlite\AlterColumnSQL(), ADODB2_access\AlterColumnSQL(), ADODB2_postgres\AlterColumnSQL(), ADODB_mssqlnative\BeginTrans(), ADODB_oci8\Bind(), TYPO3\CMS\Core\Utility\GeneralUtility\callUserFunction(), ADODB_DataDict\ChangeTableSQL(), ADODB_mssqlnative\CommitTrans(), ADODB_mssqlnative\CreateSequence2008(), TYPO3\CMS\Dbal\Database\SqlParser\debug_testSQL(), TYPO3\CMS\Core\Utility\DebugUtility\debugRows(), ADODB2_informix\DropColumnSQL(), ADODB2_generic\DropColumnSQL(), ADODB2_ibase\DropColumnSQL(), ADODB2_db2\DropColumnSQL(), ADODB2_sqlite\DropColumnSQL(), ADODB2_access\DropColumnSQL(), ADODB2_postgres\DropColumnSQL(), ADODB_DataDict\ExecuteSQLArray(), TYPO3\CMS\Core\TypoScript\ExtendedTemplateService\ext_fNandV(), TYPO3\CMS\Frontend\ContentObject\Menu\TextMenuContentObject\generate(), TYPO3\CMS\Frontend\ContentObject\Menu\GraphicalMenuContentObject\generate(), TYPO3\CMS\Frontend\ContentObject\Menu\ImageMenuContentObject\generate(), ADODB_mssqlnative\GenID2008(), TYPO3\CMS\Core\DataHandling\DataHandler\getCheckModifyAccessListHookObjects(), TYPO3\CMS\Backend\History\RecordHistory\getHistoryData(), TYPO3\CMS\Core\Imaging\GraphicalFunctions\ImageTTFBBoxWrapper(), TYPO3\CMS\Core\Imaging\GraphicalFunctions\ImageTTFTextWrapper(), ADODB_mssql\Parameter(), ADODB_oci8\Parameter(), TYPO3\CMS\Core\DataHandling\DataHandler\remapListedDBRecords(), ADODB2_sqlite\RenameColumnSQL(), TYPO3\CMS\Extbase\Utility\DebuggerUtility\renderHeader(), ADODB_mssqlnative\RollbackTrans(), TYPO3\CMS\IndexedSearch\Lexer\split2Words(), TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject\start(), TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer\stdWrap_debugData(), TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer\stdWrap_debugFunc(), and TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser\syntaxHighlight_print().

◆ debugBegin()

debugBegin ( )

Definition at line 30 of file GlobalDebugFunctions.php.

References $GLOBALS.

◆ debugEnd()

debugEnd ( )

Definition at line 37 of file GlobalDebugFunctions.php.

References $GLOBALS.

◆ xdebug()

xdebug (   $var = '',
  $debugTitle = 'xdebug' 
)