Given that it is actually a long, yes.

what is sizeof(long) on your 32-bit?
What this code returns on your 32-bit?
<?php
$i = 4000000000000;
var_dump($i);

On mine, it's 4 and float(4000000000000)

--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to