You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed: https://3v4l.org/jV4V0. The issue is similar to #8964, but this time it is about timelib_add_wall() instead of timelib_sub_wall(). Particularly:
The addition in line 367 yields the correct result for the second addition (s=2, us=1000000), and the following timelib_do_normalize() correctly normalizes (s=3, us=0), but sse is not properly updated.
Description
The following code:
Resulted in this output in PHP 8.1.0 - 8.1.8:
But I expected this output instead, like in PHP 7.4.0 - 7.4.30, 8.0.1 - 8.0.21:
PHP Version
8.1.8
Operating System
No response
The text was updated successfully, but these errors were encountered: