-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIGINT truncated when use intval() #15632
Comments
|
Could you provide example in numbers? |
Thank you for your reply. Try numbers like 13672236791008669868, 13672252041003479307 |
hmmm... it looks like you are pushing it a bit too far https://www.php.net/manual/en/reserved.constants.php#constant.php-int-max I mean this is above bigint and close to unsigned bigint, I am not sure PHP is the right tool if you are planning to work with such big numbers |
This only occur when signed limit - |
Resolved in #15703 |
cphalcon/phalcon/Mvc/Model.zep
Line 884 in 44aa04c
The text was updated successfully, but these errors were encountered: