PHP -дамп на страницу
$variable = "Hello";
var_dump($variable);
Annoyed Albatross
$variable = "Hello";
var_dump($variable);