Appearance
Variable declaration and variable referencing shares a identical syntax.
Variable name must starts with $ but $ is not part of the name.
$
$var = 'foo' echo $var