+
+
+
+
+
+ $row) : ?>
+
+ -
+
+
+
+
+
+ {PHP internal code}
+
+
+
+
+ — = $row['class'] . $row['type'] . $row['function'] ?>
+
+
+ ( arguments )
+
+
+
+ getParameters();
+ }
+ foreach ($row['args'] as $key => $value) : ?>
+
+ = htmlspecialchars(isset($params[$key]) ? '$' . $params[$key]->name : "#$key", ENT_SUBSTITUTE, 'UTF-8') ?> |
+ = print_r($value, true) ?> |
+
+
+
+
+
+
+ ()
+
+
+
+
+ — = $row['function'] ?>()
+
+
+
+
+
+
+ = static::highlightFile($row['file'], $row['line']) ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
$= $var ?>
+
+
+
+
+ Key |
+ Value |
+
+
+
+ $value) : ?>
+
+ = htmlspecialchars($key, ENT_IGNORE, 'UTF-8') ?> |
+
+
+ = htmlspecialchars($value, ENT_SUBSTITUTE, 'UTF-8') ?>
+
+ = '' . print_r($value, true) ?>
+
+ |
+
+
+
+
+
+
+
+
+
+
+
Constants
+
+
+
+
+ Key |
+ Value |
+
+
+
+ $value) : ?>
+
+ = htmlspecialchars($key, ENT_IGNORE, 'UTF-8') ?> |
+
+
+ = htmlspecialchars($value, ENT_SUBSTITUTE, 'UTF-8') ?>
+
+ = '' . print_r($value, true) ?>
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Path |
+ = $request->uri ?> |
+
+
+ HTTP Method |
+ = $request->getMethod(true) ?> |
+
+
+ IP Address |
+ = $request->getIPAddress() ?> |
+
+
+ Is AJAX Request? |
+ = $request->isAJAX() ? 'yes' : 'no' ?> |
+
+
+ Is CLI Request? |
+ = $request->isCLI() ? 'yes' : 'no' ?> |
+
+
+ Is Secure Request? |
+ = $request->isSecure() ? 'yes' : 'no' ?> |
+
+
+ User Agent |
+ = $request->getUserAgent()->getAgentString() ?> |
+
+
+
+
+
+
+
+
+
+
+
+
+
$= $var ?>
+
+
+
+
+ Key |
+ Value |
+
+
+
+ $value) : ?>
+
+ = htmlspecialchars($key, ENT_IGNORE, 'UTF-8') ?> |
+
+
+ = htmlspecialchars($value, ENT_SUBSTITUTE, 'UTF-8') ?>
+
+ = '' . print_r($value, true) ?>
+
+ |
+
+
+
+
+
+
+
+
+
+
+ No $_GET, $_POST, or $_COOKIE Information to show.
+
+
+
+
+ getHeaders(); ?>
+
+
+
Headers
+
+
+
+
+ Header |
+ Value |
+
+
+
+ $value) : ?>
+
+
+
+
+ = esc($h->getName(), 'html') ?> |
+ = esc($h->getValueLine(), 'html') ?> |
+
+
+
+
+
+
+
+
+
+
+ setStatusCode(http_response_code());
+ ?>
+
+
+
+ Response Status |
+ = $response->getStatusCode() . ' - ' . $response->getReason() ?> |
+
+
+
+ getHeaders(); ?>
+
+
+
+
Headers
+
+
+
+
+ Header |
+ Value |
+
+
+
+ $value) : ?>
+
+ = esc($name, 'html') ?> |
+ = esc($response->getHeaderLine($name), 'html') ?> |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - = htmlspecialchars( static::cleanPath($file), ENT_SUBSTITUTE, 'UTF-8') ?>
+
+
+
+
+
+
+
+
+
+
+ Memory Usage |
+ = static::describeMemory(memory_get_usage(true)) ?> |
+
+
+ Peak Memory Usage: |
+ = static::describeMemory(memory_get_peak_usage(true)) ?> |
+
+
+ Memory Limit: |
+ = ini_get('memory_limit') ?> |
+
+
+
+
+
+
+