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 1685b9c commit 18c5cd1Copy full SHA for 18c5cd1
Zend/Optimizer/zend_call_graph.h
@@ -44,7 +44,7 @@ struct _zend_call_info {
44
};
45
46
struct _zend_func_info {
47
- int num;
+ uint32_t num;
48
uint32_t flags;
49
zend_ssa ssa; /* Static Single Assignment Form */
50
zend_call_info *caller_info; /* where this function is called from */
0 commit comments