Searched defs:_zend_fcall_info_cache (Results 1 – 1 of 1) sorted by relevance
59 typedef struct _zend_fcall_info_cache { struct60 zend_function *function_handler;61 zend_class_entry *calling_scope;62 zend_class_entry *called_scope;63 zend_object *object; /* Instance of object for method calls */64 zend_object *closure; /* Closure reference, only if the callable *is* the object */
Completed in 24 milliseconds