File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11297,7 +11297,6 @@ static zend_bool zend_jit_may_avoid_refcounting(const zend_op *opline)
11297
11297
switch (opline->opcode) {
11298
11298
case ZEND_FETCH_OBJ_FUNC_ARG:
11299
11299
if (!JIT_G(current_frame) ||
11300
- !JIT_G(current_frame) ||
11301
11300
!JIT_G(current_frame)->call->func ||
11302
11301
!TRACE_FRAME_IS_LAST_SEND_BY_VAL(JIT_G(current_frame)->call)) {
11303
11302
return 0;
@@ -11313,7 +11312,6 @@ static zend_bool zend_jit_may_avoid_refcounting(const zend_op *opline)
11313
11312
break;
11314
11313
case ZEND_FETCH_DIM_FUNC_ARG:
11315
11314
if (!JIT_G(current_frame) ||
11316
- !JIT_G(current_frame) ||
11317
11315
!JIT_G(current_frame)->call->func ||
11318
11316
!TRACE_FRAME_IS_LAST_SEND_BY_VAL(JIT_G(current_frame)->call)) {
11319
11317
return 0;
You can’t perform that action at this time.
0 commit comments