Home
last modified time | relevance | path

Searched defs:_zend_func_info (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/Zend/Optimizer/
H A Dzend_call_graph.h46 struct _zend_func_info { struct
47 int 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 */
51 zend_call_info *callee_info; /* which functions are called from this one */
52 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
53 zend_ssa_var_info return_info;

Completed in 5 milliseconds