Type Definition php_all_sys::php80::zend_object_has_property_t[][src]

type zend_object_has_property_t = Option<unsafe extern "C" fn(object: *mut zend_object, member: *mut zend_string, has_set_exists: c_int, cache_slot: *mut *mut c_void) -> c_int>;