/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element
NameSizeModeActions
cache_panel.php33490644editdlrm
deprecations_panel.php16590644editdlrm
environment_panel.php35350644editdlrm
history_panel.php51290644editdlrm
include_panel.php10260644editdlrm
log_panel.php15090644editdlrm
mail_panel.php17960644editdlrm
packages_panel.php45970644editdlrm
preview_header.php9530644editdlrm
request_panel.php21190644editdlrm
routes_panel.php33570644editdlrm
session_panel.php6810644editdlrm
sql_log_panel.php31560644editdlrm
timer_panel.php32110644editdlrm
variables_panel.php23580644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element/variables_panel.php (2358B)
%s

', $error); endif; if (isset($varsMaxDepth)) { $msg = sprintf('%s levels of nested data shown.', $varsMaxDepth); $msg .= ' You can overwrite this via the config key'; $msg .= ' DebugKit.variablesPanelMaxDepth
'; $msg .= 'Increasing the depth value can lead to an out of memory error.'; printf('

%s

', $msg); } // Backwards compatibility for old debug kit data. if (!empty($content)) :?>
Toolbar->setSort($sort); echo $this->Toolbar->dump($content); endif; // New node based data. if (!empty($variables)) :?>
Toolbar->setSort($sort); echo $this->Toolbar->dumpNodes($variables); endif; if (!empty($errors)) : echo '

Validation errors

'; echo $this->Toolbar->dump($errors); endif; ?>