Pierre-Alain Joye wrote:

>>You're not correct, the smallest number that should fit in into a signed
>>integer is -2147483648. -(2^31) The highest number is 2147483647. (2^31) - 1
>>
> Oops, ok. :) The rule never reply before 11 in the morning ;)

it just depends on the hardware using one-complements or two-complements
AFAIR (with all current CPUs using two-complements)

-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to