Type Definition php_all_sys::php72::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>;