Home
last modified time | relevance | path

Searched refs:yyleng (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_ini_scanner.l59 #define yyleng SCNG(yy_leng) macro
393 yyleng = yyleng - 2;
395 RETURN_TOKEN(TC_RAW, yytext, yyleng);
473 yyleng = YYCURSOR - SCNG(yy_text);
550 yyleng = sc - SCNG(yy_text);
552 yyleng = YYCURSOR - SCNG(yy_text);
558 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') {
560 yyleng = yyleng - 2;
563 RETURN_TOKEN(TC_RAW, yytext, yyleng);
567 RETURN_TOKEN(TC_RAW, yytext, yyleng);
[all …]
H A Dzend_language_scanner.l1415 yyless(yyleng - 1); in lex_scan()
1935 yyless(yyleng - 1);
2042 size_t len = yyleng;
2163 if (yyleng == 1) {
2173 size_t len = yyleng;
2336 yyless(yyleng - 3);
2342 yyless(yyleng - 4);
2350 yyless(yyleng - 1);
2425 if (yyleng > 2) {
2626 heredoc_label->length = yyleng-bprefix-3-1-(yytext[yyleng-2]=='\r'?1:0);
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.l18 #define yyleng LEX(len) macro

Completed in 13 milliseconds