1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

Merge branch 'PHP-8.1'

* PHP-8.1:
  Restore line, removed by mistake in b914122389
This commit is contained in:
Dmitry Stogov
2021-11-30 09:45:15 +03:00

View File

@@ -14916,6 +14916,7 @@ static bool zend_jit_opline_supports_reg(const zend_op_array *op_array, zend_ssa
uint32_t op1_info, op2_info;
switch (opline->opcode) {
case ZEND_SEND_VAR:
case ZEND_SEND_VAL:
case ZEND_SEND_VAL_EX:
return (opline->op2_type != IS_CONST);