Type Alias zend_try_catch_element

Source
pub type zend_try_catch_element = _zend_try_catch_element;

Aliased Type§

#[repr(C)]
pub struct zend_try_catch_element { pub try_op: u32, pub catch_op: u32, pub finally_op: u32, pub finally_end: u32, }

Fields§

§try_op: u32§catch_op: u32§finally_op: u32§finally_end: u32