Re: [PHP-DEV] Re: Unsigned Problems Revisited

2002-10-24 Thread David M. Lloyd
On Thu, 24 Oct 2002, Andi Gutmans wrote: > At 02:49 PM 10/23/2002 -0500, David M. Lloyd wrote: > > >The reality of twos-complement, bitwise arithmatic is that there are > >three basic shift operations: shift left, bitwise shift right, and > >arithmetic shift right. Th

Re: [PHP-DEV] Re: Unsigned Problems Revisited

2002-10-23 Thread David M. Lloyd
On Tue, 22 Oct 2002, Andi Gutmans wrote: > Jason knows that my stand on this one is that if we have >>> we really > should also have <<< which will clash with here-docs. Suggestions for > other operators such as his are a possibility. Wrong on two counts. The reality of twos-complement, bit