On Wed, Aug 13, 2014 at 9:25 PM, Andrey Andreev <n...@devilix.net> wrote:
> Hi, > > I'd personally find it horrible if $foo[$i] = $bar[$i++]; is executed > right-to-left, but given that your examples are a bit weird, I'm not sure > if mine is affected. Is it? > > Cheers, > Andrey. > I've decided that I'd rather avoid this particular discussion and just implemented LTR evaluation. Nikita