Debug printbr. Will capture printed content add it to $_dprint_content global var. Later $_dprint_content content will be exported as _debug_print template variable on show.
Debug print_r_pre(). Will capture printed content add it to $_dprint_content global var. Later $_dprint_content content will be exported as _debug_print template variable on show.
Debug var_dump_pre(). Will capture printed content add it to $_dprint_content global var. Later $_dprint_content content will be exported as _debug_print template variable on show.
Better looking output for exceptions. This function is normally not used directly by the users but by site's boot process to give it as a parameter to PHP's set_exception_handler()
Converts errors to exceptions. That way context of the exception can be logged. See Jabba family web sites for more info about exception logging.
Normally this function is not used directly by the users. It is intended to be used by sites' boot process to give it as a parameter to PHP's set_error_handler().