SCCP: Fix handling of ASSIGN_OBJ_REF
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 28 May 2019 14:14:46 +0000 (16:14 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 28 May 2019 14:15:37 +0000 (16:15 +0200)
commitf19dd674e012639f8511ff2e531f24e74ef701ac
tree49157cd9688744206b041ec4e2258081fa279c6c
parent6738241aece97979bdb7531babcfdf12e3c4b45b
SCCP: Fix handling of ASSIGN_OBJ_REF

The generic BOT handling is not away of OP_DATA, so need to handle
this opcode before we get to that.
ext/opcache/Optimizer/sccp.c
ext/opcache/tests/opt/sccp_029.phpt [new file with mode: 0644]