On Fri, Oct 2, 2015 at 12:33 PM, Björn Larsson
<bjorn.x.lars...@telia.com> wrote:
> Leaves the options, >==, <== or >>=, <<=. But I don't like the
> last ones. One might also consider extending the spaceship
> operator to <==> for strict comparison.
>
Shift-left assign: >>=
Shift-right assign: <<=
So no on both of those.

But >==, <==, and <==> seem reasonableish, if one went that direction...

-Sara

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to