PHP and the dollar sign

Ionuț, you’re fine.

Cât despre paranteze eu scriu:

function something()
{
  if ($undefined) {
    echo 'V-am ras!' . PHP_EOL;
  }
}
// Why not both?