Struct phper_sys::_zend_compiler_globals[][src]

#[repr(C)]
pub struct _zend_compiler_globals {
Show fields pub loop_var_stack: zend_stack, pub active_class_entry: *mut zend_class_entry, pub compiled_filename: *mut zend_string, pub zend_lineno: c_int, pub active_op_array: *mut zend_op_array, pub function_table: *mut HashTable, pub class_table: *mut HashTable, pub filenames_table: HashTable, pub auto_globals: *mut HashTable, pub parse_error: zend_bool, pub in_compilation: zend_bool, pub short_tags: zend_bool, pub unclean_shutdown: zend_bool, pub ini_parser_unbuffered_errors: zend_bool, pub open_files: zend_llist, pub ini_parser_param: *mut _zend_ini_parser_param, pub skip_shebang: zend_bool, pub increment_lineno: zend_bool, pub doc_comment: *mut zend_string, pub extra_fn_flags: u32, pub compiler_options: u32, pub context: zend_oparray_context, pub file_context: zend_file_context, pub arena: *mut zend_arena, pub interned_strings: HashTable, pub script_encoding_list: *mut *const zend_encoding, pub script_encoding_list_size: usize, pub multibyte: zend_bool, pub detect_unicode: zend_bool, pub encoding_declared: zend_bool, pub ast: *mut zend_ast, pub ast_arena: *mut zend_arena, pub delayed_oplines_stack: zend_stack, pub memoized_exprs: *mut HashTable, pub memoize_mode: c_int, pub map_ptr_base: *mut c_void, pub map_ptr_size: usize, pub map_ptr_last: usize, pub delayed_variance_obligations: *mut HashTable, pub delayed_autoloads: *mut HashTable, pub rtd_key_counter: u32,
}

Fields

loop_var_stack: zend_stackactive_class_entry: *mut zend_class_entrycompiled_filename: *mut zend_stringzend_lineno: c_intactive_op_array: *mut zend_op_arrayfunction_table: *mut HashTableclass_table: *mut HashTablefilenames_table: HashTableauto_globals: *mut HashTableparse_error: zend_boolin_compilation: zend_boolshort_tags: zend_boolunclean_shutdown: zend_boolini_parser_unbuffered_errors: zend_boolopen_files: zend_llistini_parser_param: *mut _zend_ini_parser_paramskip_shebang: zend_boolincrement_lineno: zend_booldoc_comment: *mut zend_stringextra_fn_flags: u32compiler_options: u32context: zend_oparray_contextfile_context: zend_file_contextarena: *mut zend_arenainterned_strings: HashTablescript_encoding_list: *mut *const zend_encodingscript_encoding_list_size: usizemultibyte: zend_booldetect_unicode: zend_boolencoding_declared: zend_boolast: *mut zend_astast_arena: *mut zend_arenadelayed_oplines_stack: zend_stackmemoized_exprs: *mut HashTablememoize_mode: c_intmap_ptr_base: *mut c_voidmap_ptr_size: usizemap_ptr_last: usizedelayed_variance_obligations: *mut HashTabledelayed_autoloads: *mut HashTablertd_key_counter: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.