3v4l.org

run code in 300+ PHP versions simultaneously
<?php $maxBigintInMysql = '18446744073709551615'; var_dump((string)(int)$maxBigintInMysql);
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.2 - 8.5.3
string(19) "9223372036854775807"
Output for 8.5.0 - 8.5.1
Warning: The float-string "18446744073709551615" is not representable as an int, cast occurred in /in/enuv2 on line 4 string(19) "9223372036854775807"

preferences:
185.2 ms | 479 KiB | 5 Q