-
-
-
-
-
- $row) : ?>
-
- -
-
-
-
-
-
- {PHP internal code}
-
-
-
-
- — = esc($row['class'] . $row['type'] . $row['function']) ?>
-
-
- ( arguments )
-
-
-
- getParameters();
- }
-
- foreach ($row['args'] as $key => $value) : ?>
-
- = esc(isset($params[$key]) ? '$' . $params[$key]->name : "#{$key}") ?> |
- = esc(print_r($value, true)) ?> |
-
-
-
-
-
-
- ()
-
-
-
-
- — = esc($row['function']) ?>()
-
-
-
-
-
-
- = static::highlightFile($row['file'], $row['line']) ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
$= esc($var) ?>
-
-
-
-
- | Key |
- Value |
-
-
-
- $value) : ?>
-
- | = esc($key) ?> |
-
-
- = esc($value) ?>
-
- = esc(print_r($value, true)) ?>
-
- |
-
-
-
-
-
-
-
-
-
-
-
Constants
-
-
-
-
- | Key |
- Value |
-
-
-
- $value) : ?>
-
- | = esc($key) ?> |
-
-
- = esc($value) ?>
-
- = esc(print_r($value, true)) ?>
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Path |
- = esc($request->getUri()) ?> |
-
-
- | HTTP Method |
- = esc(strtoupper($request->getMethod())) ?> |
-
-
- | IP Address |
- = esc($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 |
- = esc($request->getUserAgent()->getAgentString()) ?> |
-
-
-
-
-
-
-
-
-
-
-
-
-
$= esc($var) ?>
-
-
-
-
- | Key |
- Value |
-
-
-
- $value) : ?>
-
- | = esc($key) ?> |
-
-
- = esc($value) ?>
-
- = esc(print_r($value, true)) ?>
-
- |
-
-
-
-
-
-
-
-
-
-
- No $_GET, $_POST, or $_COOKIE Information to show.
-
-
-
-
- headers(); ?>
-
-
-
Headers
-
-
-
-
- | Header |
- Value |
-
-
-
-
-
-
-
- | = esc($h->getName(), 'html') ?> |
- = esc($h->getValueLine(), 'html') ?> |
-
-
-
-
-
-
-
-
-
-
- setStatusCode(http_response_code());
- ?>
-
-
-
- | Response Status |
- = esc($response->getStatusCode() . ' - ' . $response->getReasonPhrase()) ?> |
-
-
-
- headers(); ?>
-
-
-
-
Headers
-
-
-
-
- | Header |
- Value |
-
-
-
- $value) : ?>
-
- | = esc($name, 'html') ?> |
- = esc($response->getHeaderLine($name), 'html') ?> |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - = esc(clean_path($file)) ?>
-
-
-
-
-
-
-
-
-
-
- | Memory Usage |
- = esc(static::describeMemory(memory_get_usage(true))) ?> |
-
-
- | Peak Memory Usage: |
- = esc(static::describeMemory(memory_get_peak_usage(true))) ?> |
-
-
- | Memory Limit: |
- = esc(ini_get('memory_limit')) ?> |
-
-
-
-
-
-
-