mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
The offset becomes stale if the environment changes. We're currently relying on other factors in the environment staying constant, e.g. send types. But this seems to be the worst offender. Partially addresses GH-17733 Closes GH-20328