3 function xdebug($var =
'', $debugTitle =
'xdebug') {
6 if (!\
TYPO3\CMS\Core\Utility\GeneralUtility::cmpIP(\
TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv(
'REMOTE_ADDR'),
$GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'devIPmask'])) {
13 function debug($variable =
'', $name =
'*variable*', $line =
'*line*', $file =
'*file*', $recursiveDepth = 3, $debugLevel = E_DEBUG) {
16 if (!\
TYPO3\CMS\Core\Utility\GeneralUtility::cmpIP(\
TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv(
'REMOTE_ADDR'),
$GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'devIPmask'])) {
19 if (is_object(
$GLOBALS[
'error']) && @is_callable(array(
$GLOBALS[
'error'],
'debug'))) {
20 $GLOBALS[
'error']->debug($variable, $name, $line, $file, $recursiveDepth, $debugLevel);
22 $title = $name ===
'*variable*' ?
'' : $name;
23 $group = $line ===
'*line*' ? NULL : $line;
29 if (is_object(
$GLOBALS[
'error']) && @is_callable(array(
$GLOBALS[
'error'],
'debugBegin'))) {
35 if (is_object(
$GLOBALS[
'error']) && @is_callable(array(
$GLOBALS[
'error'],
'debugEnd'))) {
static debug($var='', $header='', $group='Debug')
xdebug($var='', $debugTitle='xdebug')
debug($variable='', $name=' *variable *', $line=' *line *', $file=' *file *', $recursiveDepth=3, $debugLevel=E_DEBUG)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]