Question #2: What value is printed for "a" below 62% on 1104 times asked
<?php $a = 1; function Test() { echo "a = $a"; } Test(); ?>