$a = $b = 0;
In the above code, are both $a and $b assigned the value of 0, or is $a just refer
$a
$b
0
its assigns them both the value of 0