From: Dmitry Stogov Date: Tue, 2 Jun 2020 12:54:44 +0000 (+0300) Subject: Afdded misse MAY_BE_ARRAY_* flags X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99053228b915d83861fdcb21eb1d5488df9856c0;p=php Afdded misse MAY_BE_ARRAY_* flags --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index e6a0030b1c..31f982bbe2 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -9619,7 +9619,8 @@ static uint32_t zend_ssa_cv_info(const zend_op *opline, const zend_op_array *op_ } } } else { - info = MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF; + info = MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF | + MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY | MAY_BE_ARRAY_OF_REF; } #ifdef ZEND_JIT_USE_RC_INFERENCE