Type Alias zend_php_scanner_globals
Source pub type zend_php_scanner_globals = _zend_php_scanner_globals;
#[repr(C)]
pub struct zend_php_scanner_globals {Show 25 fields
pub yy_in: *mut _zend_file_handle,
pub yy_out: *mut _zend_file_handle,
pub yy_leng: u32,
pub yy_start: *mut u8,
pub yy_text: *mut u8,
pub yy_cursor: *mut u8,
pub yy_marker: *mut u8,
pub yy_limit: *mut u8,
pub yy_state: i32,
pub state_stack: _zend_stack,
pub heredoc_label_stack: _zend_ptr_stack,
pub nest_location_stack: _zend_stack,
pub heredoc_scan_ahead: bool,
pub heredoc_indentation: i32,
pub heredoc_indentation_uses_spaces: bool,
pub script_org: *mut u8,
pub script_org_size: usize,
pub script_filtered: *mut u8,
pub script_filtered_size: usize,
pub input_filter: Option<unsafe extern "C" fn(*mut *mut u8, *mut usize, *const u8, usize) -> usize>,
pub output_filter: Option<unsafe extern "C" fn(*mut *mut u8, *mut usize, *const u8, usize) -> usize>,
pub script_encoding: *const _zend_encoding,
pub scanned_string_len: i32,
pub on_event: Option<unsafe extern "C" fn(u32, i32, i32, *const i8, usize, *mut c_void)>,
pub on_event_context: *mut c_void,
}