Re: [PHP] Request for Feedback - Unsigned Right Shift Operator

2002-04-01 Thread Rasmus Lerdorf
The other argument against adding <<< is that it is the heredoc operator. -Rasmus On 1 Apr 2002, Jason Greene wrote: > > Hello All, > > One of the features that I have been working on for PHP5/Zend Engine 2 > is better unsigned value support for the language. This involves the > addition of a n

[PHP] Request for Feedback - Unsigned Right Shift Operator

2002-04-01 Thread Jason Greene
Hello All, One of the features that I have been working on for PHP5/Zend Engine 2 is better unsigned value support for the language. This involves the addition of a new operator, '>>>' (Unsigned Right Shift). It works the same as a normal right shift operator, except that it does not hold the si