mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
651e0cc187
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. Closes GH-8779.