mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
We're in the case of ZEND_JMPZ_EX or ZEND_JMPNZ_EX. The opcode gets overwritten and only after the overwriting gets checked if we're in a JMPZ or JMPNZ case. This results in a wrong optimization. Close GH-10329