> On 5 Dec 2014, at 14:36, Дмитрий <fr...@pop3.ru> wrote:
> 
> Hi!
> 
> I followed by https://wiki.php.net/rfc/howto and I would like to propose a 
> concept "comparison chain" to implementing to future PHP versions.
> It would be very usable if PHP can do that in python-style.
> 
> Thank for your attension!

Are you saying to allow (1 < x < 2) etc.? That would be nice, although it’s a 
backwards-compatibility break as currently (1 < x < 2) would do something 
different, as would, say, ($x == $y == $z).

--
Andrea Faulds
http://ajf.me/





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

Reply via email to