Home
last modified time | relevance | path

Searched refs:yytext (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_ini_scanner.l60 #define yytext ((char*)SCNG(yy_text)) macro
118 if (yytext[0] == ' ' || yytext[0] == '\t') { \
420 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') {
424 RETURN_TOKEN(TC_RAW, yytext, yyleng);
490 RETURN_TOKEN(TC_LABEL, yytext, yyleng);
524 while (yytext[yyleng - 1] == ';') {
529 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') {
536 RETURN_TOKEN(TC_RAW, yytext, yyleng);
540 RETURN_TOKEN(TC_RAW, yytext, yyleng);
558 return yytext[0];
[all …]
H A Dzend_language_scanner.l1160 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1306 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1591 RETURN_TOKEN(yytext[0]); in lex_scan()
1668 if (end != yytext + yyleng) {
1684 if (end != yytext + yyleng) {
1693 if (end != yytext + yyleng) {
1757 ZEND_ASSERT(end == yytext + yyleng);
1801 HANDLE_NEWLINE(yytext[yyleng-1]);
1857 HANDLE_NEWLINES(yytext, yyleng);
1962 HANDLE_NEWLINES(yytext, yyleng);
[all …]
H A Dzend_ini_scanner.c62 #define yytext ((char*)SCNG(yy_text)) macro
120 if (yytext[0] == ' ' || yytext[0] == '\t') { \
622 return yytext[0]; in ini_lex()
1559 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
1563 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
1664 while (yytext[yyleng - 1] == ';') { in ini_lex()
1669 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') { in ini_lex()
1676 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
2290 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
2518 return yytext[0]; in ini_lex()
[all …]
H A Dzend_language_scanner.c1218 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1290 HANDLE_NEWLINE(yytext[yyleng-1]); in lex_scan()
2194 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
2207 RETURN_TOKEN(yytext[0]); in lex_scan()
2529 if (end != yytext + yyleng) { in lex_scan()
2545 if (end != yytext + yyleng) { in lex_scan()
2554 if (end != yytext + yyleng) { in lex_scan()
3332 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
5338 s = yytext+bprefix+3; in lex_scan()
7084 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_lexer.c21 #define yytext ((char*) LEX(text)) macro
172 yyleng = (size_t) YYCURSOR - (size_t) yytext; in phpdbg_lex()
191 yyleng = (size_t) YYCURSOR - (size_t) yytext; in phpdbg_lex()
537 yylval->str = estrndup(yytext, yyleng - unescape_string(yytext)); in phpdbg_lex()
645 yylval->num = atoi(yytext); in phpdbg_lex()
783 yylval->str = estrndup(yytext, yyleng); in phpdbg_lex()
873 yylval->str = estrndup(yytext, yyleng); in phpdbg_lex()
1100 yylval->addr = strtoul(yytext, 0, 16); in phpdbg_lex()
1447 char *text = yytext + 2; in phpdbg_lex()
1647 char *text = yytext + 2; in phpdbg_lex()
[all …]
H A Dphpdbg_lexer.l19 #define yytext ((char*) LEX(text)) macro

Completed in 40 milliseconds