Home
last modified time | relevance | path

Searched refs:yy_state (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_language_scanner.h30 int yy_state; member
H A Dzend_globals.h264 int yy_state; member
290 int yy_state; member
H A Dzend_ini_scanner.l50 #define YYGETCONDITION() SCNG(yy_state)
51 #define YYSETCONDITION(s) SCNG(yy_state) = s
H A Dzend_language_scanner.l56 #define YYGETCONDITION() SCNG(yy_state)
57 #define YYSETCONDITION(s) SCNG(yy_state) = s
235 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()
275 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
687 LANG_SCNG(yy_state) = yycINITIAL; in zend_compile_string_to_ast()
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.c363 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
504 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()

Completed in 18 milliseconds