RFC: Short ternary Assignment Operator

Project Governance
Author
Most binary expressions in PHP (e.g. `$x = $y op $z;`) have a shorthand form for self assignment (where the lefthand of the binary op is the same as the lefthan...

This RFC has not yet started voting