Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dzend_call_graph.h45 struct _zend_func_info { struct
46 int num;
47 uint32_t flags;
48 zend_ssa ssa; /* Static Single Assignment Form */
49 zend_call_info *caller_info; /* where this function is called from */
50 zend_call_info *callee_info; /* which functions are called from this one */
51 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
52 zend_ssa_var_info return_info;

Completed in 4 milliseconds