Searched defs:yytext (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_ini_scanner.c | 57 #define yytext ((char*)SCNG(yy_text)) macro 59 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ 112 while (yytext[0]) { \ 113 if (yytext[0] == ' ' || yytext[0] == '\t') { \ 124 (ch != 'X' && yytext[yyleng - 1] == ch) || \ 125 yytext[yyleng - 1] == '\n' || \ 126 yytext[yyleng - 1] == '\r' || \ 127 yytext[yyleng - 1] == '\t' || \ 128 yytext[yylen [all...] |
| H A D | zend_language_scanner.c | 69 #define yytext ((char*)SCNG(yy_text)) macro 71 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ 868 # define zend_copy_value(zendlval, yytext, yyleng) \ 871 SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *)yytext, (size_t)yyleng TSRMLS_CC); \ 874 zendlval->value.str.val = (char *) estrndup(yytext, yyleng); \ 1152 readsize = SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *)yytext, (size_t)yyleng TSRMLS_CC); 1158 zendlval->value.str.val = (char *) estrndup(yytext, yyleng); 1162 HANDLE_NEWLINES(yytext, yyleng); 1186 zendlval->value.str.val = yytext; /* no copying - intentional */ 1205 zendlval->value.str.val = yytext; /* n [all...] |
Completed in 5 milliseconds