PHP -дамп на страницу

$variable = "Hello";

var_dump($variable);
Annoyed Albatross