When I print this number in php 137582392964679 I get this as the output 1.37582392965E+14
All I am doing is a simple
I am on a 64 bit machine and it does the same thing. You might want to try using: print number_format(137582392964679);
print number_format(137582392964679);