> On Mar 2, 2020, at 9:30 AM, Nikita Popov <nikita....@gmail.com> wrote:
> 
> On Thu, Feb 27, 2020 at 9:43 PM <jan.h.boeh...@gmx.de> wrote:
> 
>> I have changed the proposed names for the bitshift handlers to '__lshift'
>> and '__rshift' (instead of __sl and __sr) to make more clear what operator
>> is handled by the method (also the method names are now mostly consistent
>> with the Python equivalents).
>> 
> 
> Naming: If we're already going for more verbose names, I'd prefer
> __shiftLeft over __lshift.

Yes, please.

-Mike

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

Reply via email to