A signed integer has a maximum value. On 32-bit systems, that's 2^16 or 2147483647. When intval
-ing a number that's larger, it will overflow. The value you found can also calculated:
php > echo 1e10 % (2147483647);
1410065408
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…