Are you sure this can work as 32-bit int?

-    float(4000000000000)
+    int(4000000000000)
     ["zero"]=>
     int(0)
     ["one"]=>
@@ -748,7 +748,7 @@
     [""]=>
     int(0)
     ["E no ."]=>
-    float(4000000000000)
+    int(4000000000000)
     ["zero"]=>
     int(0)
     ["one"]=>


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