Type Alias phper_sys::zval

source ·
pub type zval = _zval_struct;

Aliased Type§

struct zval {
    pub value: _zend_value,
    pub u1: _zval_struct__bindgen_ty_1,
    pub u2: _zval_struct__bindgen_ty_2,
}

Fields§

§value: _zend_value§u1: _zval_struct__bindgen_ty_1§u2: _zval_struct__bindgen_ty_2