Home
last modified time | relevance | path

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

/PHP-7.1/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);
518 if (yytext[0] == '"') {
538 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') {
543 RETURN_TOKEN(TC_RAW, yytext, yyleng);
547 RETURN_TOKEN(TC_RAW, yytext, yyleng);
565 return yytext[0];
[all …]
H A Dzend_language_scanner.l1147 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1293 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1578 RETURN_TOKEN(yytext[0]); in lex_scan()
1655 if (end != yytext + yyleng) {
1671 if (end != yytext + yyleng) {
1680 if (end != yytext + yyleng) {
1744 ZEND_ASSERT(end == yytext + yyleng);
1788 HANDLE_NEWLINE(yytext[yyleng-1]);
1844 HANDLE_NEWLINES(yytext, yyleng);
1949 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()
1658 if (yytext[0] == '"') { in ini_lex()
1678 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') { in ini_lex()
1683 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
2297 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
2525 return yytext[0]; in ini_lex()
[all …]
H A Dzend_language_scanner.c1205 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1277 HANDLE_NEWLINE(yytext[yyleng-1]); in lex_scan()
2182 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
2195 RETURN_TOKEN(yytext[0]); in lex_scan()
2517 if (end != yytext + yyleng) { in lex_scan()
2533 if (end != yytext + yyleng) { in lex_scan()
2542 if (end != yytext + yyleng) { in lex_scan()
3320 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
5326 s = yytext+bprefix+3; in lex_scan()
7072 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_lexer.c21 #define yytext ((char*) LEX(text)) macro
151 yyleng = (size_t) YYCURSOR - (size_t) yytext; in phpdbg_lex()
177 yyleng = (size_t) YYCURSOR - (size_t) yytext; in phpdbg_lex()
477 yylval->str = estrndup(yytext, yyleng - unescape_string(yytext)); in phpdbg_lex()
605 yylval->num = atoi(yytext); in phpdbg_lex()
1203 char *text = yytext + 2; in phpdbg_lex()
1245 yylval->addr = strtoul(yytext, 0, 16); in phpdbg_lex()
1352 yylval->str = estrndup(yytext, yyleng); in phpdbg_lex()
1485 yylval->str = estrndup(yytext, yyleng); in phpdbg_lex()
1633 char *text = yytext + 2; in phpdbg_lex()
[all …]
H A Dphpdbg_lexer.l19 #define yytext ((char*) LEX(text)) macro

Completed in 46 milliseconds