1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix ws
This commit is contained in:
Dmitry Stogov
2023-09-06 00:01:23 +03:00

View File

@@ -3362,7 +3362,7 @@ static int zend_jit_trace_handler(dasm_State **Dst, const zend_op_array *op_arra
old_info = STACK_INFO(stack, EX_VAR_TO_NUM(opline->op1.var));
SET_STACK_TYPE(stack, EX_VAR_TO_NUM(opline->op1.var), IS_UNKNOWN, 1);
}
break;
break;
}
if (opline->result_type == IS_VAR || opline->result_type == IS_TMP_VAR) {
@@ -3386,7 +3386,7 @@ static int zend_jit_trace_handler(dasm_State **Dst, const zend_op_array *op_arra
if (opline->op1_type == IS_CV) {
SET_STACK_INFO(stack, EX_VAR_TO_NUM(opline->op1.var), old_info);
}
break;
break;
}
if (!exit_addr) {