Php var dump die more
$variable = "hello";
var_dump($variable);
die();
Carnivorous Flamingo
$variable = "hello";
var_dump($variable);
die();