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

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