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
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;