Function __global->get_html_trace

Definitions

sources/failure.php

  • Return a debugging back-trace of the current execution stack. Use this for debugging purposes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • Debugging backtrace
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Return a debugging back-trace of the current execution stack. Use this for debugging purposes.
 *
 * @return Tempcode Debugging backtrace
 */

function get_html_trace() : object
 

sources/minikernel.php

  • Return a debugging back-trace of the current execution stack. Use this for debugging purposes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • Debugging backtrace
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Return a debugging back-trace of the current execution stack. Use this for debugging purposes.
 *
 * @return Tempcode Debugging backtrace
 */

function get_html_trace() : object