Type Alias zend_php_scanner_globals
Source pub type zend_php_scanner_globals = _zend_php_scanner_globals;
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,
}