PHP 8.5.0 Alpha 4 available for testing

Voting

: max(eight, nine)?
(Example: nine)

The Note You're Voting On

Steve Ball
19 years ago
It seems that one is being treated as an unsigned large int (32 bit), and the other as a signed large int (which has rolled over/under).

2326201276 - (-1968766020) = 4294967296.

<< Back to user notes page

To Top