Global function in file auto_prepend.php:

/****************** functions for class it_debug **********************/

/**
 * Return string containing names and values of all arguments or stack trace if no args
 */
function D(...$args)
{
    return it_debug::dump($args);
}