When I print this number in php 137582392964679 I get this as the output 1.37582392965E+14
All I am doing is a simple
Check the const PHP_INT_MAX. You're likely over the max, which is typically around 2 billion for a 32bit system.