Home
last modified time | relevance | path

Searched refs:YYSETCONDITION (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; macro
34 YYSETCONDITION(INITIAL); in ZEND_EXTERN_MODULE_GLOBALS()
182 YYSETCONDITION(PRE_RAW);
188 YYSETCONDITION(PRE_RAW);
194 YYSETCONDITION(PRE_RAW);
200 YYSETCONDITION(RAW);
207 YYSETCONDITION(NORMAL);
/PHP-7.4/Zend/
H A Dzend_ini_scanner.l51 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
56 #define BEGIN(state) YYSETCONDITION(STATE(state))
199 YYSETCONDITION(new_state); in _yy_push_state()
207 YYSETCONDITION(*stack_state); in yy_pop_state()
H A Dzend_language_scanner.l57 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
62 #define BEGIN(state) YYSETCONDITION(STATE(state))
168 YYSETCONDITION(new_state); in _yy_push_state()
176 YYSETCONDITION(*stack_state); in yy_pop_state()
266 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
/PHP-7.4/ext/json/
H A Djson_scanner.re32 #define YYSETCONDITION(yystate) s->state = yystate
36 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)

Completed in 24 milliseconds