Type Alias zval

Source
pub type zval = _zval_struct;

Aliased Type§

#[repr(C)]
pub 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