pub type zend_reference = _zend_reference;Aliased Type§
#[repr(C)]pub struct zend_reference {
pub gc: _zend_refcounted_h,
pub val: _zval_struct,
pub sources: zend_property_info_source_list,
}Fields§
§gc: _zend_refcounted_h§val: _zval_struct§sources: zend_property_info_source_list