PHP var Dump sterben

$variable = "hello";

var_dump($variable);
die();
Carnivorous Flamingo