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

Super large integer calculation error under php windows

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-09-06 08:42:57
Original
1042 people have browsed it

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.

Related labels:
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template