On Thu, Mar 24, 2016 at 10:56 AM, Bob Weinand <bobw...@hotmail.com> wrote:
>>    $a ==== $b;
>>    // same as
>>    $a = ($a === $b);
>>
> I see a problem with that … It’d be impossible to make it consistent with 
> is-equal comparison…
>
> === is already is-identical comparison. So, no symbol for the is-equal 
> assignment operator left.
>
> As long as you don’t have any better suggestion, I’m sorry, but -1 on that.
>
Perhaps U+FEFF ZERO WIDTH NON-BREAKING SPACE would help disambiguate it?

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

Reply via email to