#[repr(C)]pub struct _php_core_globals {Show 71 fields
pub implicit_flush: zend_bool,
pub output_buffering: c_long,
pub sql_safe_mode: zend_bool,
pub enable_dl: zend_bool,
pub output_handler: *mut c_char,
pub unserialize_callback_func: *mut c_char,
pub serialize_precision: c_long,
pub memory_limit: c_long,
pub max_input_time: c_long,
pub track_errors: zend_bool,
pub display_errors: zend_bool,
pub display_startup_errors: zend_bool,
pub log_errors: zend_bool,
pub log_errors_max_len: c_long,
pub ignore_repeated_errors: zend_bool,
pub ignore_repeated_source: zend_bool,
pub report_memleaks: zend_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 upload_tmp_dir: *mut c_char,
pub upload_max_filesize: c_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 arg_separator: arg_separators,
pub variables_order: *mut c_char,
pub rfc1867_protected_variables: HashTable,
pub connection_status: c_short,
pub ignore_user_abort: c_short,
pub header_is_being_sent: c_uchar,
pub tick_functions: zend_llist,
pub http_globals: [*mut zval; 6],
pub expose_php: zend_bool,
pub register_argc_argv: zend_bool,
pub auto_globals_jit: zend_bool,
pub docref_root: *mut c_char,
pub docref_ext: *mut c_char,
pub html_errors: zend_bool,
pub xmlrpc_errors: zend_bool,
pub xmlrpc_error_number: c_long,
pub activated_auto_globals: [zend_bool; 8],
pub modules_activated: zend_bool,
pub file_uploads: zend_bool,
pub during_request_startup: zend_bool,
pub allow_url_fopen: zend_bool,
pub enable_post_data_reading: zend_bool,
pub always_populate_raw_post_data: zend_bool,
pub report_zend_debug: zend_bool,
pub last_error_type: c_int,
pub last_error_message: *mut c_char,
pub last_error_file: *mut c_char,
pub last_error_lineno: c_int,
pub disable_functions: *mut c_char,
pub disable_classes: *mut c_char,
pub allow_url_include: zend_bool,
pub exit_on_timeout: zend_bool,
pub max_input_nesting_level: c_long,
pub max_input_vars: c_long,
pub in_user_include: zend_bool,
pub user_ini_filename: *mut c_char,
pub user_ini_cache_ttl: c_long,
pub request_order: *mut c_char,
pub mail_x_header: zend_bool,
pub mail_log: *mut c_char,
pub in_error_log: zend_bool,
}
Fields§
§implicit_flush: zend_bool
§output_buffering: c_long
§sql_safe_mode: zend_bool
§enable_dl: zend_bool
§output_handler: *mut c_char
§unserialize_callback_func: *mut c_char
§serialize_precision: c_long
§memory_limit: c_long
§max_input_time: c_long
§track_errors: zend_bool
§display_errors: zend_bool
§display_startup_errors: zend_bool
§log_errors: zend_bool
§log_errors_max_len: c_long
§ignore_repeated_errors: zend_bool
§ignore_repeated_source: zend_bool
§report_memleaks: zend_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
§upload_tmp_dir: *mut c_char
§upload_max_filesize: c_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
§arg_separator: arg_separators
§variables_order: *mut c_char
§rfc1867_protected_variables: HashTable
§connection_status: c_short
§ignore_user_abort: c_short
§header_is_being_sent: c_uchar
§tick_functions: zend_llist
§http_globals: [*mut zval; 6]
§expose_php: zend_bool
§register_argc_argv: zend_bool
§auto_globals_jit: zend_bool
§docref_root: *mut c_char
§docref_ext: *mut c_char
§html_errors: zend_bool
§xmlrpc_errors: zend_bool
§xmlrpc_error_number: c_long
§activated_auto_globals: [zend_bool; 8]
§modules_activated: zend_bool
§file_uploads: zend_bool
§during_request_startup: zend_bool
§allow_url_fopen: zend_bool
§enable_post_data_reading: zend_bool
§always_populate_raw_post_data: zend_bool
§report_zend_debug: zend_bool
§last_error_type: c_int
§last_error_message: *mut c_char
§last_error_file: *mut c_char
§last_error_lineno: c_int
§disable_functions: *mut c_char
§disable_classes: *mut c_char
§allow_url_include: zend_bool
§exit_on_timeout: zend_bool
§max_input_nesting_level: c_long
§max_input_vars: c_long
§in_user_include: zend_bool
§user_ini_filename: *mut c_char
§user_ini_cache_ttl: c_long
§request_order: *mut c_char
§mail_x_header: zend_bool
§mail_log: *mut c_char
§in_error_log: zend_bool
Trait Implementations§
Source§impl Clone for _php_core_globals
impl Clone for _php_core_globals
Source§fn clone(&self) -> _php_core_globals
fn clone(&self) -> _php_core_globals
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _php_core_globals
impl Debug for _php_core_globals
impl Copy for _php_core_globals
Auto Trait Implementations§
impl Freeze for _php_core_globals
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more