Lines Matching defs:_zend_php_scanner_globals
266 struct _zend_php_scanner_globals { struct
267 zend_file_handle *yy_in;
268 zend_file_handle *yy_out;
270 unsigned int yy_leng;
271 unsigned char *yy_start;
272 unsigned char *yy_text;
273 unsigned char *yy_cursor;
274 unsigned char *yy_marker;
275 unsigned char *yy_limit;
276 int yy_state;
277 zend_stack state_stack;
278 zend_ptr_stack heredoc_label_stack;
279 zend_bool heredoc_scan_ahead;
280 int heredoc_indentation;
281 zend_bool heredoc_indentation_uses_spaces;
284 unsigned char *script_org;
285 size_t script_org_size;
288 unsigned char *script_filtered;
289 size_t script_filtered_size;
292 zend_encoding_filter input_filter;
293 zend_encoding_filter output_filter;
294 const zend_encoding *script_encoding;
297 int scanned_string_len;
300 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
301 void *on_event_context;