function pretty_print

7.x theme.inc pretty_print($var, $bool_return = FALSE)
6.x theme.inc pretty_print($var, $bool_return = FALSE)
5.x theme.inc pretty_print($var)
2 calls to pretty_print()
ppm in includes/theme.inc
Alias of pretty_print($var)
theme.inc in includes/theme.inc

File

includes/theme.inc, line 1427

Code

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