Home  >  Article  >  Backend Development  >  Super large integer calculation error under php windows

Super large integer calculation error under php windows

WBOY
WBOYOriginal
2016-09-06 08:42:57947browse

The environment is windows.
PHP is 5.5.x

Exception occurred in calculation of very large integer type;

Later use the following solution:
(value & 0xFFFFFFFF) + 0x80000000 + 0x80000000

Is there a better solution? Or explain why the above expression can be correct?

PS: The solution was found by me.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn