Below is an example of the output from calling the Devel module's dprint_r() function within a node.tpl.php.
// This is the code that generated the below dprint_r() output.
dprint_r(array('$variables' => $variables));Compare this output to my experimental dprint_rx() function.