mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
f4fb77ed61
EX(opline) / opline can be stale if the IP is not stored, like in this case on a trace enter. We always need to make sure that the opline is up to date to make sure we don't use stale data. Closes GH-17260.