Question #22: What will be printed by the below code? 66% on 586 times asked
$a = 1; { $a = 2; } echo $a, "\n";