> Is there anyone out there who uses >> on negative numbers?
> There is the discussion on the engine2 list about whether to
> make >> an unsigned right shift, or to introduce a new operator
> >>>.

In my opinion, << and >> should consider integers as a row of bits, thus do
not treat the msb differently... I believe you call it shifting unsigned
longs?

You shouldn't use >> and << for arithmetic, no 'quick' division by 2 etc...

--Jeroen


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to