php var dump mati

$variable = "hello";

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