✔ 64-bit integer support on Windows
✔ Cleanup edge-case integer overflow/underflow
✔ Support for strings with length >= 2³¹ bytes in 64 bit builds.
✔ Parse error on invalid numeric literals
<?php
$mask = 0855; // Parse error: Invalid numeric literal
?>