Name | Class |
---|---|
\$$key | " . "" . get_class($value) . " |
Key | Value |
---|---|
$key | " . $sanitizer->entities($value) . " |
Class | Version | Title |
---|---|---|
$info[name] | "; echo "$info[version] | "; echo "$info[title] | "; echo "
When | Method::object | Visited by | Type | Priority |
---|---|---|---|---|
" . ($hook['options']['before'] ? 'before ' : '') . ($hook['options']['after'] ? 'after' : '') . " | "; echo "" . ($hook['options']['fromClass'] ? $hook['options']['fromClass'] . '::' : '') . "$hook[method]$suffix | "; echo "" . ($toObject ? "$toObject::$toMethod" : $toMethod) . "() | "; echo "" . ($hook['options']['allInstances'] || $hook['options']['fromClass'] ? "class " : "instance ") . $hook['options']['type'] . " | "; echo "" . $hook['options']['priority'] . " | "; echo "
$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
Mysqli was instantiated and queries were made. These should ideally be converted to PDO ($database). Here are the queries:
$n | $sql |
---|
Mysqli was instantiated but no queries executed. Here are the callers that should be converted to PDO:
Key | Value |
---|---|
" . $sanitizer->entities($key) . " | " . $sanitizer->entities($value) . " |