Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y1683 const char *toktype = yystr; variable
1684 size_t toktype_len = strlen(toktype);
1722 if (strcmp(toktype, "\"amp\"") == 0) {
1731 if (strcmp(toktype, "'\"'") == 0) {
1740 toktype++;
1778 toktype = "double-quoted string";
1782 toktype = "single-quoted string";
1815 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
1824 toktype++;
1833 if (toktype[yyn] == '\'') {
[all …]

Completed in 7 milliseconds