Type Alias phper_sys::zend_execute_data

source ·
pub type zend_execute_data = _zend_execute_data;

Aliased Type§

struct zend_execute_data {
    pub opline: *const _zend_op,
    pub call: *mut _zend_execute_data,
    pub return_value: *mut _zval_struct,
    pub func: *mut _zend_function,
    pub This: _zval_struct,
    pub prev_execute_data: *mut _zend_execute_data,
    pub symbol_table: *mut _zend_array,
    pub run_time_cache: *mut *mut c_void,
    pub extra_named_params: *mut _zend_array,
}

Fields§

§opline: *const _zend_op§call: *mut _zend_execute_data§return_value: *mut _zval_struct§func: *mut _zend_function§This: _zval_struct§prev_execute_data: *mut _zend_execute_data§symbol_table: *mut _zend_array§run_time_cache: *mut *mut c_void§extra_named_params: *mut _zend_array

Trait Implementations

source§

impl Default for _zend_execute_data

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Clone for _zend_execute_data

source§

fn clone(&self) -> _zend_execute_data

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _zend_execute_data