![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archive& behaves differently
From: <fritz-bayer@web.de>
Date: Fri Mar 03 2006 - 18:32:40 CET
Hi,
why does the php expression
$result = 5543039447 & 2147483648;
when executed evaluate to 0, whereas the perl expression
$same = 5543039447 & 2147483648 ;
evaluate to 2147483648 ???
Fritz
|