Function __global->die_html_trace

Definitions

sources/failure.php

  • Echo an error message, and a debug back-trace of the current execution stack. Use this for debugging purposes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$message string No No required parameter N/A N/A An error message

Preview

Code (PHP)

/**
 * Echo an error message, and a debug back-trace of the current execution stack. Use this for debugging purposes.
 *
 * @param  string $message An error message
 */

function die_html_trace(string $message)
 

sources/minikernel.php

  • Echo an error message, and a debug back-trace of the current execution stack. Use this for debugging purposes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$message string No No required parameter N/A N/A An error message

Preview

Code (PHP)

/**
 * Echo an error message, and a debug back-trace of the current execution stack. Use this for debugging purposes.
 *
 * @param  string $message An error message
 */

function die_html_trace(string $message)