Scope Demo
Demonstrates variable scope
outside the function,
$a is "I have a value", and
$b is "I have a value"
inside the function,
$a is "I have a value", and
$b is ""