### Description When I want to make a variable, I want to put its type as in other languages like : string $name = "arash" int $age = 23 or ...