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 102a9fd commit 22d6884Copy full SHA for 22d6884
ext/opcache/zend_persist_calc.c
@@ -218,7 +218,6 @@ static uint zend_persist_op_array_calc(zend_op_array *op_array TSRMLS_DC)
218
}
219
220
221
- ADD_DUP_SIZE(&op_array->return_hint, sizeof(zend_return_hint));
222
if (op_array->return_hint.used && op_array->return_hint.type == IS_OBJECT) {
223
ADD_INTERNED_STRING(op_array->return_hint.class_name, op_array->return_hint.class_name_len + 1);
224
0 commit comments