php var zrzut
$variable = "hello";
var_dump($variable);
die();
Carnivorous Flamingo
$variable = "hello";
var_dump($variable);
die();