Home
last modified time | relevance | path

Searched refs:yy_leng (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_highlight.c115 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); /* no color needed */ in zend_highlight()
138 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_highlight()
186 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
189 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
197 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
H A Dzend_language_scanner.h24 unsigned int yy_leng; member
H A Dzend_globals.h319 unsigned int yy_leng; member
345 unsigned int yy_leng; member
H A Dzend_ini_scanner.l59 #define yyleng SCNG(yy_leng)
H A Dzend_language_scanner.l65 #define yyleng SCNG(yy_leng)
217 lex_state->yy_leng = SCNG(yy_leng); in zend_save_lexical_state()
256 SCNG(yy_leng) = lex_state->yy_leng; in zend_restore_lexical_state()
H A Dzend_language_parser.y1634 LANG_SCNG(yy_leng) == 1 &&
1686 tokcontent_len = LANG_SCNG(yy_leng);
/PHP-8.2/ext/tokenizer/
H A Dtokenizer.c37 #define zendleng LANG_SCNG(yy_leng)
423 if (token == ';' && LANG_SCNG(yy_leng) > 1) { /* ?> or ?>\n or ?>\r\n */ in on_event()
425 } else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) { in on_event()

Completed in 29 milliseconds