[PHP-DEV] Bug #14058: binary and

2001-11-14 Thread dimon
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 Windows NT 5.0 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: binary and echo 4294967295 67633152 = . (4294967295 67633152); //under Windows: 4294967295 67633152 = 67633152 ok //under

[PHP-DEV] Bug #12612: unsigned integer problem

2001-08-07 Thread dimon
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server SP1 5.0.2195 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: unsigned integer problem $qq = 0x8000; echo $qq; //2147483648 ok $qq = 0x8000 | 0; echo $qq; //-2147483648