Searched defs:_zend_func_info (Results 1 – 1 of 1) sorted by relevance
45 struct _zend_func_info { struct46 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 9 milliseconds