[PHP] re: logical AND assignments

2010-09-10 Thread Robert E. Glaser
> Robert, how do the results differ from your expectations? > > David It's hard to wrap my mind around the concept that the assignment operator itself has an operator precedence. Which means that one could write expressions without any assignment at all, and be syntactically correct. I cannot b

[PHP] logical AND assignments

2010-09-07 Thread Robert E. Glaser
My ISP upgraded his server from Ubuntu 9.04 to Ubuntu 9.10, which probably included a newer PHP version. I don't know what PHP version was on previously. Code I've had running for years broke, and I tracked it down to this equivalent: "; $Condition0 = true and false; If ($Condition0) ec