getCache() as $p) { echo "\n"; } ?>
ID Path Title
$p->id$p->path$p->title

$value) { if(!is_object($value)) continue; echo "\n" . ""; } ?>
Name Class
\$$key" . get_class($value) . "

$value) { if(is_object($value)) $value = (string) $value; if(is_array($value)) $value = print_r($value, true); echo ""; } ?>
Key Value
$key
" . $sanitizer->entities($value) . "

getModuleInfo($module, array('verbose' => false)); echo ""; echo ""; echo ""; echo ""; echo ""; } ?>
Class Version Title
$info[name]$info[version]$info[title]

wire()->getHooks('*'), Wire::$allLocalHooks); ksort($hooks); foreach($hooks as $key => $hook) { $suffix = $hook['options']['type'] == 'method' ? '()' : ''; $toObject = !empty($hook['toObject']) ? $hook['toObject'] : ''; $toMethod = $hook['toMethod']; if(is_callable($toMethod)) $toMethod = 'anonymous function'; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } ?>
When Method::object Visited by Type Priority
" . ($hook['options']['before'] ? 'before ' : '') . ($hook['options']['after'] ? 'after' : '') . "" . ($hook['options']['fromClass'] ? $hook['options']['fromClass'] . '::' : '') . "$hook[method]$suffix" . ($toObject ? "$toObject::$toMethod" : $toMethod) . "()" . ($hook['options']['allInstances'] || $hook['options']['fromClass'] ? "class " : "instance ") . $hook['options']['type'] . "" . $hook['options']['priority'] . "

$sql) echo "\n"; ?>
$n$sql

$timer) echo "\n"; ?>
$name$timer

To add more timers here…

Debug::timer('timer-name'); // start timer, you make up the name
execute_some_code(); // any amount of code you want to time
Debug::saveTimer('timer-name', 'optional notes'); // stop and save timer
				
isInstantiated()): ?>

Mysqli was instantiated and queries were made. These should ideally be converted to PDO ($database). Here are the queries:

$sql) echo "\n"; ?>
$n$sql

Mysqli was instantiated but no queries executed. Here are the callers that should be converted to PDO:

    getCallers() as $n => $caller) echo "
  • " . ($n+1) . ". $caller
  • "; ?>

(name;?>)

    roles as $role) echo "\n
  1. {$role->name}
  2. "; ?>

    getPermissions() as $permission) echo "\n
  1. {$permission->name}
  2. "; ?>

    getPermissions($page) as $permission) echo "\n
  1. {$permission->name}
  2. "; ?>
$type; if(!count($i)) continue; ?>

$input->

$value) { if(is_array($value)) $value = print_r($value, true); echo ""; } ?>
Key Value
" . $sanitizer->entities($key) . "
" . $sanitizer->entities($value) . "