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
When casting a `variant` to `int`, we need to heed the proper `zval`
type, which is an signed 64bit integer on x64, while `VT_INT` is only
a signed 32bit integer.
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP-8.0
Operating System
Windows x64
The text was updated successfully, but these errors were encountered: