[−][src]Struct phper_sys::_zend_executor_globals
Fields
uninitialized_zval: zvalerror_zval: zvalsymtable_cache: [*mut zend_array; 32]symtable_cache_limit: *mut *mut zend_arraysymtable_cache_ptr: *mut *mut zend_arraysymbol_table: zend_arrayincluded_files: HashTablebailout: *mut jmp_buferror_reporting: c_intexit_status: c_intfunction_table: *mut HashTableclass_table: *mut HashTablezend_constants: *mut HashTablevm_stack_top: *mut zvalvm_stack_end: *mut zvalvm_stack: zend_vm_stackcurrent_execute_data: *mut _zend_execute_datafake_scope: *mut zend_class_entryprecision: zend_longticks_count: c_intin_autoload: *mut HashTableautoload_func: *mut zend_functionfull_tables_cleanup: zend_boolno_extensions: zend_boolvm_interrupt: zend_booltimed_out: zend_boolhard_timeout: zend_longregular_list: HashTablepersistent_list: HashTableuser_error_handler_error_reporting: c_intuser_error_handler: zvaluser_exception_handler: zvaluser_error_handlers_error_reporting: zend_stackuser_error_handlers: zend_stackuser_exception_handlers: zend_stackerror_handling: zend_error_handling_texception_class: *mut zend_class_entrytimeout_seconds: zend_longlambda_count: c_intini_directives: *mut HashTablemodified_ini_directives: *mut HashTableerror_reporting_ini_entry: *mut zend_ini_entryobjects_store: zend_objects_storeexception: *mut zend_objectprev_exception: *mut zend_objectopline_before_exception: *const zend_opexception_op: [zend_op; 3]current_module: *mut _zend_module_entryactive: zend_boolflags: zend_ucharassertions: zend_longht_iterators_count: u32ht_iterators_used: u32ht_iterators: *mut HashTableIteratorht_iterators_slots: [HashTableIterator; 16]saved_fpu_cw_ptr: *mut c_voidsaved_fpu_cw: fpu_control_ttrampoline: zend_functioncall_trampoline_op: zend_opeach_deprecation_thrown: zend_boolreserved: [*mut c_void; 6]Trait Implementations
impl Clone for _zend_executor_globals[src]
fn clone(&self) -> _zend_executor_globals[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _zend_executor_globals[src]
Auto Trait Implementations
impl RefUnwindSafe for _zend_executor_globals
impl !Send for _zend_executor_globals
impl !Sync for _zend_executor_globals
impl Unpin for _zend_executor_globals
impl UnwindSafe for _zend_executor_globals
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,