Exemplo n.º 1
0
/**
 * @param           $var
 * @param bool|true $expand
 */
function dump($var, $expand = true)
{
    Dump::dump($var, $expand);
}