Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_parser.y1483 const char *toktype = yystr; variable
1484 size_t toktype_len = strlen(toktype);
1514 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
1523 if (strcmp(toktype, "'\"'") == 0) {
1532 toktype++;
1570 toktype = "double-quoted string";
1574 toktype = "single-quoted string";
1607 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
1616 toktype++;
1625 if (toktype[yyn] == '\'') {
[all …]

Completed in 6 milliseconds