pub type zend_fiber = _zend_fiber;
Aliased Type§
#[repr(C)]pub struct zend_fiber {
pub std: _zend_object,
pub flags: u8,
pub context: _zend_fiber_context,
pub caller: *mut _zend_fiber_context,
pub previous: *mut _zend_fiber_context,
pub fci: _zend_fcall_info,
pub fci_cache: _zend_fcall_info_cache,
pub execute_data: *mut _zend_execute_data,
pub stack_bottom: *mut _zend_execute_data,
pub vm_stack: *mut _zend_vm_stack,
pub result: _zval_struct,
}
Fields§
§std: _zend_object
§flags: u8
§context: _zend_fiber_context
§caller: *mut _zend_fiber_context
§previous: *mut _zend_fiber_context
§fci: _zend_fcall_info
§fci_cache: _zend_fcall_info_cache
§execute_data: *mut _zend_execute_data
§stack_bottom: *mut _zend_execute_data
§vm_stack: *mut _zend_vm_stack
§result: _zval_struct