PHP は埋め込み代入を回避します


プログラム内の次の例では、埋め込み割り当てを避けてください:
このメソッドは使用しないでください:

while ($a != ($c = getchar())){
    process the character
}