各変数の値を予想すること
source <?php $a = ($b = ($c = 100) + 8) + 92; echo $a,"<br>"; echo $b,"<br>"; echo $c,"<br>"; ?>