+1

On Thursday, 24 March 2016, Nikita Popov <nikita....@gmail.com> wrote:

> Hi internals!
>
> For consistency, we should add a spaceship assignment operator:
>
>     $a <=>= $b;
>     // same as
>     $a = ($a <=> $b);
>
> Additionally, we should add an is-identical assignment operator:
>
>     $a ==== $b;
>     // same as
>     $a = ($a === $b);
>
> Thank you for taking this proposal under consideration.
>
> Regards,
> Nikita
>


-- 
Mutlu Koçak | Computer Scientist & Engineer
Mobile: +420775259871
Parizksa 5, Praha 1 Prague Czech Republic

Personal Website: http://www.mtkocak.com

Reply via email to