It's not "really" bogus but it's the way PHP behaves. Don't expect this to
change.
Basically like the bug report states, references both when returned from
functions and using the =& operator work only on variables. ?: is
considered an expression including ++$var and so on...
Andi
At 11:50 AM 3/25/2003 -0500, Daniel Cowgill wrote: