Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_highlight.c122 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); /* no color needed */ in zend_highlight()
145 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_highlight()
194 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()
205 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.h258 unsigned int yy_leng; member
284 unsigned int yy_leng; member
H A Dzend_language_scanner.l65 #define yyleng SCNG(yy_leng)
218 lex_state->yy_leng = SCNG(yy_leng); in zend_save_lexical_state()
257 SCNG(yy_leng) = lex_state->yy_leng; in zend_restore_lexical_state()
3054 elem->ident.len = SCNG(yy_leng);
H A Dzend_ini_scanner.l59 #define yyleng SCNG(yy_leng)
H A Dzend_language_parser.y1505 LANG_SCNG(yy_leng) == 1 &&
1549 tokcontent_len = LANG_SCNG(yy_leng);
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.c35 #define zendleng LANG_SCNG(yy_leng)
449 if (token == ';' && LANG_SCNG(yy_leng) > 1) { /* ?> or ?>\n or ?>\r\n */ in on_event()
451 } else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) { in on_event()

Completed in 69 milliseconds