On Thu, Mar 24, 2016 at 06:50:17PM +0000, Colin O'Dell wrote: > Would your proposal also allow !==== to work?
That would be: !=== (one less '=') There should also be: === and !== which are the compare-with-type-juggling and assign operators. So you have assignment operators: ==== !=== === !== Comparison operators: === !== == != I must confess to checking the date when I first saw the proposal. -- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 http://www.phcomp.co.uk/ Parliament Hill Computers Ltd. Registration Information: http://www.phcomp.co.uk/contact.php #include <std_disclaimer.h> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php