Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_ini_scanner.l60 #define yytext ((char*)SCNG(yy_text)) macro
118 if (yytext[0] == ' ' || yytext[0] == '\t') { \
421 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') {
425 RETURN_TOKEN(TC_RAW, yytext, yyleng);
491 RETURN_TOKEN(TC_LABEL, yytext, yyleng);
519 if (yytext[0] == '"') {
539 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') {
544 RETURN_TOKEN(TC_RAW, yytext, yyleng);
548 RETURN_TOKEN(TC_RAW, yytext, yyleng);
566 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()
1652 ZVAL_LONG(zendlval, ZEND_STRTOL(yytext, &end, yytext[0] == '0' ? 8 : 10));
1656 if (end != yytext + yyleng) {
1672 if (end != yytext + yyleng) {
1681 if (end != yytext + yyleng) {
1845 HANDLE_NEWLINES(yytext, yyleng);
1950 HANDLE_NEWLINES(yytext, yyleng);
1962 if (yytext[yyleng-1] != '>') {
[all …]
H A Dzend_ini_scanner.c62 #define yytext ((char*)SCNG(yy_text)) macro
120 if (yytext[0] == ' ' || yytext[0] == '\t') { \
623 return yytext[0]; in ini_lex()
1560 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
1564 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
1659 if (yytext[0] == '"') { in ini_lex()
1679 if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') { in ini_lex()
1684 RETURN_TOKEN(TC_RAW, yytext, yyleng); in ini_lex()
2298 if (yytext[0] == '\'' && yytext[yyleng - 1] == '\'') { in ini_lex()
2526 return yytext[0]; in ini_lex()
[all …]
H A Dzend_language_scanner.c1343 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
1356 RETURN_TOKEN(yytext[0]); in lex_scan()
1669 ZVAL_LONG(zendlval, ZEND_STRTOL(yytext, &end, yytext[0] == '0' ? 8 : 10)); in lex_scan()
1673 if (end != yytext + yyleng) { in lex_scan()
1689 if (end != yytext + yyleng) { in lex_scan()
1698 if (end != yytext + yyleng) { in lex_scan()
2477 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
2616 if (yytext[yyleng-1] != '>') { in lex_scan()
4486 s = yytext+bprefix+3; in lex_scan()
6232 HANDLE_NEWLINES(yytext, yyleng); in lex_scan()
[all …]
/PHP-7.2/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 33 milliseconds