summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2020-06-02 15:54:44 +0300
committerDmitry Stogov <dmitry@zend.com>2020-06-02 15:54:44 +0300
commit99053228b915d83861fdcb21eb1d5488df9856c0 (patch)
tree0c5ccf0bcf58e77086e7b67928c18156507f838b
parent97b7dbb8f4871bdf7385ad05258360ac16299539 (diff)
downloadphp-git-99053228b915d83861fdcb21eb1d5488df9856c0.tar.gz
Afdded misse MAY_BE_ARRAY_* flags
-rw-r--r--ext/opcache/jit/zend_jit_x86.dasc3
1 files changed, 2 insertions, 1 deletions
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