Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ini_scanner.l58 #define yytext ((char*)SCNG(yy_text)) macro
116 if (yytext[0] == ' ' || yytext[0] == '\t') { \
419 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') {
423 RETURN_TOKEN(TC_RAW, yytext, yyleng);
489 RETURN_TOKEN(TC_LABEL, yytext, yyleng);
517 if (yytext[0] == '"') {
537 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') {
542 RETURN_TOKEN(TC_RAW, yytext, yyleng);
546 RETURN_TOKEN(TC_RAW, yytext, yyleng);
564 return yytext[0];
[all …]
H A Dzend_language_scanner.l1284 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1713 RETURN_TOKEN(yytext[0]); in lex_scan()
1786 ZVAL_LONG(zendlval, ZEND_STRTOL(yytext, &end, yytext[0] == '0' ? 8 : 10));
1790 if (end != yytext + yyleng) {
1809 if (end != yytext + yyleng) {
1820 if (end != yytext + yyleng) {
2002 HANDLE_NEWLINES(yytext, yyleng);
2124 if (yytext[yyleng-1] != '>') {
2279 s = yytext+bprefix+3;
2654 zend_bool newline_at_start = *(yytext - 1) == '\n' || *(yytext - 1) == '\r';
[all …]
H A Dzend_ini_scanner.c60 #define yytext ((char*)SCNG(yy_text)) macro
119 if (yytext[0] == ' ' || yytext[0] == '\t') { \
622 return yytext[0]; in ini_lex()
1422 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
1426 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
1834 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
1838 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
2061 return yytext[0]; in ini_lex()
3026 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
3761 if (yytext[0] == '"') { in ini_lex()
[all …]
H A Dzend_language_scanner.c1494 RETURN_TOKEN(yytext[0]); in lex_scan()
1835 ZVAL_LONG(zendlval, ZEND_STRTOL(yytext, &end, yytext[0] == '0' ? 8 : 10)); in lex_scan()
1839 if (end != yytext + yyleng) { in lex_scan()
1858 if (end != yytext + yyleng) { in lex_scan()
1869 if (end != yytext + yyleng) { in lex_scan()
2649 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
2794 if (yytext[yyleng-1] != '>') { in lex_scan()
4669 s = yytext+bprefix+3; in lex_scan()
7333 zend_bool newline_at_start = *(yytext - 1) == '\n' || *(yytext - 1) == '\r'; in lex_scan()
7706 RETURN_TOKEN(yytext[0]); in lex_scan()
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_lexer.c21 #define yytext ((char*) LEX(text)) macro
205 yyleng = (size_t) YYCURSOR - (size_t) yytext; in phpdbg_lex()
228 yyleng = (size_t) YYCURSOR - (size_t) yytext; in phpdbg_lex()
232 yylval->str = estrndup(yytext, yyleng - unescape_string(yytext)); in phpdbg_lex()
366 yylval->num = atoi(yytext); in phpdbg_lex()
961 char *text = yytext + 2; in phpdbg_lex()
1003 yylval->addr = strtoul(yytext, 0, 16); in phpdbg_lex()
1110 yylval->str = estrndup(yytext, yyleng); in phpdbg_lex()
1243 yylval->str = estrndup(yytext, yyleng); in phpdbg_lex()
1391 char *text = yytext + 2; in phpdbg_lex()
[all …]
H A Dphpdbg_lexer.l19 #define yytext ((char*) LEX(text)) macro

Completed in 36 milliseconds