Re: [PHP-DEV] Unsigned Problems Revisited

2002-10-23 Thread Jason T. Greene
Before I respond, I just though I would give a summary of how other languages solve this problem. - Perl: Always performs logical unsigned shift, unless "use integer" is in effect Java: >>>, >>>= (they do not have <<<.

Re: [PHP-DEV] Unsigned Problems Revisited

2002-10-22 Thread Kristian Koehntopp
On Tuesday 22 October 2002 19:23, Jason T. Greene wrote: > If for some reason we HAVE to have a symmetrical bogus unsigned left > shift operator, and we completely disagree with my arguments on > overloading the HEREDOC operator, then we can implement , =, > . = as the unsigned shif