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 18c5cd1 commit 0d95b57Copy full SHA for 0d95b57
Zend/Optimizer/zend_call_graph.c
@@ -200,7 +200,7 @@ static void zend_analyze_recursion(zend_call_graph *call_graph)
200
zend_op_array *op_array;
201
zend_func_info *func_info;
202
zend_call_info *call_info;
203
- int set_len = zend_bitset_len(call_graph->op_arrays_count);
+ uint32_t set_len = zend_bitset_len(call_graph->op_arrays_count);
204
zend_bitset visited;
205
ALLOCA_FLAG(use_heap);
206
0 commit comments