Type Alias zend_constant

Source
pub type zend_constant = _zend_constant;

Aliased Type§

#[repr(C)]
pub struct zend_constant { pub value: _zval_struct, pub flags: i32, pub name: *mut i8, pub name_len: u32, pub module_number: i32, }

Fields§

§value: _zval_struct§flags: i32§name: *mut i8§name_len: u32§module_number: i32