Type Definition php_all_sys::php73::zend_object_get_method_t[][src]

type zend_object_get_method_t = Option<unsafe extern "C" fn(object: *mut *mut zend_object, method: *mut zend_string, key: *const zval) -> *mut zend_function>;