1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

Added missed return

This commit is contained in:
Dmitry Stogov
2022-12-29 12:40:46 +03:00
parent 4cee2c0127
commit ca5f668f7c

View File

@@ -1146,6 +1146,7 @@ static int is_checked_guard(const zend_ssa *tssa, const zend_op **ssa_opcodes, u
} else if (!(tssa->var_info[tssa->ops[idx].op2_use].type & (MAY_BE_LONG|MAY_BE_DOUBLE))) {
return 0;
}
return 1;
} else if (opline->opcode == ZEND_PRE_DEC
|| opline->opcode == ZEND_PRE_INC
|| opline->opcode == ZEND_POST_DEC