Lines Matching defs:_zend_php_scanner_globals
264 struct _zend_php_scanner_globals { struct
265 zend_file_handle *yy_in;
266 zend_file_handle *yy_out;
268 unsigned int yy_leng;
269 unsigned char *yy_start;
270 unsigned char *yy_text;
271 unsigned char *yy_cursor;
272 unsigned char *yy_marker;
273 unsigned char *yy_limit;
274 int yy_state;
275 zend_stack state_stack;
276 zend_ptr_stack heredoc_label_stack;
279 unsigned char *script_org;
280 size_t script_org_size;
283 unsigned char *script_filtered;
284 size_t script_filtered_size;
287 zend_encoding_filter input_filter;
288 zend_encoding_filter output_filter;
289 const zend_encoding *script_encoding;
292 int scanned_string_len;
295 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
296 void *on_event_context;