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