#[repr(C)]
pub struct _php_core_globals {
Show 74 fields pub implicit_flush: bool, pub output_buffering: zend_long, pub enable_dl: bool, pub output_handler: *mut c_char, pub unserialize_callback_func: *mut c_char, pub serialize_precision: zend_long, pub memory_limit: zend_long, pub max_input_time: zend_long, pub display_errors: zend_uchar, pub display_startup_errors: bool, pub log_errors: bool, pub ignore_repeated_errors: bool, pub ignore_repeated_source: bool, pub report_memleaks: bool, pub error_log: *mut c_char, pub doc_root: *mut c_char, pub user_dir: *mut c_char, pub include_path: *mut c_char, pub open_basedir: *mut c_char, pub extension_dir: *mut c_char, pub php_binary: *mut c_char, pub sys_temp_dir: *mut c_char, pub upload_tmp_dir: *mut c_char, pub upload_max_filesize: zend_long, pub error_append_string: *mut c_char, pub error_prepend_string: *mut c_char, pub auto_prepend_file: *mut c_char, pub auto_append_file: *mut c_char, pub input_encoding: *mut c_char, pub internal_encoding: *mut c_char, pub output_encoding: *mut c_char, pub arg_separator: arg_separators, pub variables_order: *mut c_char, pub rfc1867_protected_variables: HashTable, pub connection_status: c_short, pub ignore_user_abort: bool, pub header_is_being_sent: c_uchar, pub tick_functions: zend_llist, pub http_globals: [zval; 6], pub expose_php: bool, pub register_argc_argv: bool, pub auto_globals_jit: bool, pub docref_root: *mut c_char, pub docref_ext: *mut c_char, pub html_errors: bool, pub xmlrpc_errors: bool, pub xmlrpc_error_number: zend_long, pub activated_auto_globals: [bool; 8], pub modules_activated: bool, pub file_uploads: bool, pub during_request_startup: bool, pub allow_url_fopen: bool, pub enable_post_data_reading: bool, pub report_zend_debug: bool, pub last_error_type: c_int, pub last_error_message: *mut zend_string, pub last_error_file: *mut zend_string, pub last_error_lineno: c_int, pub php_sys_temp_dir: *mut c_char, pub disable_classes: *mut c_char, pub allow_url_include: bool, pub max_input_nesting_level: zend_long, pub max_input_vars: zend_long, pub in_user_include: bool, pub user_ini_filename: *mut c_char, pub user_ini_cache_ttl: zend_long, pub request_order: *mut c_char, pub mail_x_header: bool, pub mail_log: *mut c_char, pub in_error_log: bool, pub syslog_facility: zend_long, pub syslog_ident: *mut c_char, pub have_called_openlog: bool, pub syslog_filter: zend_long,
}

Fields§

§implicit_flush: bool§output_buffering: zend_long§enable_dl: bool§output_handler: *mut c_char§unserialize_callback_func: *mut c_char§serialize_precision: zend_long§memory_limit: zend_long§max_input_time: zend_long§display_errors: zend_uchar§display_startup_errors: bool§log_errors: bool§ignore_repeated_errors: bool§ignore_repeated_source: bool§report_memleaks: bool§error_log: *mut c_char§doc_root: *mut c_char§user_dir: *mut c_char§include_path: *mut c_char§open_basedir: *mut c_char§extension_dir: *mut c_char§php_binary: *mut c_char§sys_temp_dir: *mut c_char§upload_tmp_dir: *mut c_char§upload_max_filesize: zend_long§error_append_string: *mut c_char§error_prepend_string: *mut c_char§auto_prepend_file: *mut c_char§auto_append_file: *mut c_char§input_encoding: *mut c_char§internal_encoding: *mut c_char§output_encoding: *mut c_char§arg_separator: arg_separators§variables_order: *mut c_char§rfc1867_protected_variables: HashTable§connection_status: c_short§ignore_user_abort: bool§header_is_being_sent: c_uchar§tick_functions: zend_llist§http_globals: [zval; 6]§expose_php: bool§register_argc_argv: bool§auto_globals_jit: bool§docref_root: *mut c_char§docref_ext: *mut c_char§html_errors: bool§xmlrpc_errors: bool§xmlrpc_error_number: zend_long§activated_auto_globals: [bool; 8]§modules_activated: bool§file_uploads: bool§during_request_startup: bool§allow_url_fopen: bool§enable_post_data_reading: bool§report_zend_debug: bool§last_error_type: c_int§last_error_message: *mut zend_string§last_error_file: *mut zend_string§last_error_lineno: c_int§php_sys_temp_dir: *mut c_char§disable_classes: *mut c_char§allow_url_include: bool§max_input_nesting_level: zend_long§max_input_vars: zend_long§in_user_include: bool§user_ini_filename: *mut c_char§user_ini_cache_ttl: zend_long§request_order: *mut c_char§mail_x_header: bool§mail_log: *mut c_char§in_error_log: bool§syslog_facility: zend_long§syslog_ident: *mut c_char§have_called_openlog: bool§syslog_filter: zend_long

Trait Implementations§

source§

impl Clone for _php_core_globals

source§

fn clone(&self) -> _php_core_globals

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 Default for _php_core_globals

source§

fn default() -> Self

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

impl Copy for _php_core_globals

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.