[−][src]Struct phper_sys::_php_core_globals
Fields
implicit_flush: zend_booloutput_buffering: zend_longenable_dl: zend_booloutput_handler: *mut c_charunserialize_callback_func: *mut c_charserialize_precision: zend_longmemory_limit: zend_longmax_input_time: zend_longtrack_errors: zend_booldisplay_errors: zend_booldisplay_startup_errors: zend_boollog_errors: zend_boollog_errors_max_len: zend_longignore_repeated_errors: zend_boolignore_repeated_source: zend_boolreport_memleaks: zend_boolerror_log: *mut c_chardoc_root: *mut c_charuser_dir: *mut c_charinclude_path: *mut c_charopen_basedir: *mut c_charextension_dir: *mut c_charphp_binary: *mut c_charsys_temp_dir: *mut c_charupload_tmp_dir: *mut c_charupload_max_filesize: zend_longerror_append_string: *mut c_charerror_prepend_string: *mut c_charauto_prepend_file: *mut c_charauto_append_file: *mut c_charinput_encoding: *mut c_charinternal_encoding: *mut c_charoutput_encoding: *mut c_chararg_separator: arg_separatorsvariables_order: *mut c_charrfc1867_protected_variables: HashTableconnection_status: c_shortignore_user_abort: zend_boolignore_user_abort_reserved_padding: c_charheader_is_being_sent: c_uchartick_functions: zend_llisthttp_globals: [zval; 6]expose_php: zend_boolregister_argc_argv: zend_boolauto_globals_jit: zend_booldocref_root: *mut c_chardocref_ext: *mut c_charhtml_errors: zend_boolxmlrpc_errors: zend_boolxmlrpc_error_number: zend_longactivated_auto_globals: [zend_bool; 8]modules_activated: zend_boolfile_uploads: zend_boolduring_request_startup: zend_boolallow_url_fopen: zend_boolenable_post_data_reading: zend_boolreport_zend_debug: zend_boollast_error_type: c_intlast_error_message: *mut c_charlast_error_file: *mut c_charlast_error_lineno: c_intphp_sys_temp_dir: *mut c_chardisable_functions: *mut c_chardisable_classes: *mut c_charallow_url_include: zend_boolmax_input_nesting_level: zend_longmax_input_vars: zend_longin_user_include: zend_booluser_ini_filename: *mut c_charuser_ini_cache_ttl: zend_longrequest_order: *mut c_charmail_x_header: zend_boolmail_log: *mut c_charin_error_log: zend_boolTrait Implementations
impl Clone for _php_core_globals[src]
fn clone(&self) -> _php_core_globals[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _php_core_globals[src]
Auto Trait Implementations
impl RefUnwindSafe for _php_core_globals
impl !Send for _php_core_globals
impl !Sync for _php_core_globals
impl Unpin for _php_core_globals
impl UnwindSafe for _php_core_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>,