Re: [PHP-DEV] [PATCH] Unsigned Right Shift Operator

2002-03-17 Thread Jason Greene
Note: there is a slight WS fix in this patch. (A couple of lines had trailing spaces) On Sun, 2002-03-17 at 23:22, Jason Greene wrote: > After a short discussion on the zend-engine-2 list about handling > unsigned values I decided to write a quick patch (Attached) that adds an > unsigned right sh

[PHP-DEV] [PATCH] Unsigned Right Shift Operator

2002-03-17 Thread Jason Greene
After a short discussion on the zend-engine-2 list about handling unsigned values I decided to write a quick patch (Attached) that adds an unsigned right shift operator, and an unsigned right shift assign operator (Similar to Java). The following code/output displays the difference: Code: > 31;