Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds