]> granicus.if.org Git - php/commit
Handle missing result_var in binary_op_result_type
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 11 Sep 2020 20:36:41 +0000 (22:36 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 11 Sep 2020 20:36:41 +0000 (22:36 +0200)
commit8446e2827585c37d0739f8d44fa8d359cbbb6551
treecb19d0391708caa56df826624e1b485ff2fa9cba
parent99a68775bf937adc062a5a107cdf6340c3077b66
Handle missing result_var in binary_op_result_type

For dim/obj compound ops we don't have a result_var. Not sure why
this never caused issues before, but this can crash with JIT.
ext/opcache/Optimizer/zend_inference.c