pub type zval = _zval_struct;
Aliased Type§
#[repr(C)]pub struct zval {
pub value: _zvalue_value,
pub refcount__gc: u32,
pub type_: u8,
pub is_ref__gc: u8,
}
Fields§
§value: _zvalue_value
§refcount__gc: u32
§type_: u8
§is_ref__gc: u8