function pretty_print

6.x theme.inc pretty_print($var, $bool_return = FALSE)
4.x theme.inc pretty_print($var)
5.x theme.inc pretty_print($var)

File

includes/theme.inc, line 1196

Code

function pretty_print($var) {
  print "<pre>" . print_r($var, true) . "</pre>";
}