Closed as not planned
Description
Description
<?php
$u = 1234567890123456789012345678901234567890;
var_dump($u);
Integer token, number specified in the code without dot or scientific notation, should produce a warning at least.
This is especially usefull for 32-bit/embedded php usage where implicit conversion might be not wanted.