PHP: Integers - Manual - PHP: Hypertext Preprocessor
In response to the comment by me at troyswanson dot net:-2147483648 falls into the range of 32 bit signed integers yet php treats it as a float. However, -2147483647-1 is treated as an integer. The following code demonstrates:...