#[repr(C)]
pub struct _php_core_globals {
Show 77 fields pub implicit_flush: zend_bool, pub output_buffering: zend_long, pub enable_dl: zend_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 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: zend_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 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: zend_bool, pub header_is_being_sent: c_uchar, pub tick_functions: zend_llist, pub http_globals: [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: zend_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 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 php_sys_temp_dir: *mut c_char, pub disable_functions: *mut c_char, pub disable_classes: *mut c_char, pub allow_url_include: zend_bool, pub max_input_nesting_level: zend_long, pub max_input_vars: zend_long, pub in_user_include: zend_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: zend_bool, pub mail_log: *mut c_char, pub in_error_log: zend_bool, pub syslog_facility: zend_long, pub syslog_ident: *mut c_char, pub have_called_openlog: zend_bool, pub syslog_filter: zend_long,
}

Fields§

§implicit_flush: zend_bool§output_buffering: zend_long§enable_dl: zend_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§track_errors: zend_bool§display_errors: zend_bool§display_startup_errors: zend_bool§log_errors: zend_bool§log_errors_max_len: zend_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§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: zend_bool§header_is_being_sent: c_uchar§tick_functions: zend_llist§http_globals: [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: zend_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§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§php_sys_temp_dir: *mut c_char§disable_functions: *mut c_char§disable_classes: *mut c_char§allow_url_include: zend_bool§max_input_nesting_level: zend_long§max_input_vars: zend_long§in_user_include: zend_bool§user_ini_filename: *mut c_char§user_ini_cache_ttl: zend_long§request_order: *mut c_char§mail_x_header: zend_bool§mail_log: *mut c_char§in_error_log: zend_bool§syslog_facility: zend_long§syslog_ident: *mut c_char§have_called_openlog: zend_bool§syslog_filter: zend_long

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.