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