We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c8746 commit 985e5ffCopy full SHA for 985e5ff
ext/opcache/jit/zend_jit_helpers.c
@@ -98,7 +98,7 @@ static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call(zval *object)
98
{
99
zend_execute_data *execute_data = EG(current_execute_data);
100
const zend_op *opline = EX(opline);
101
- zval *function_name = function_name = RT_CONSTANT(opline, opline->op2);;
+ zval *function_name = RT_CONSTANT(opline, opline->op2);
102
103
if (Z_TYPE_P(object) == IS_UNDEF && opline->op1_type == IS_CV) {
104
zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(opline->op1.var)];
0 commit comments