Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c1025 const char *yyformat = YY_NULL; in yysyntax_error() local
1100 yyformat = S; \ in yysyntax_error()
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1133 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1134 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1137 yyformat += 2; in yysyntax_error()
1142 yyformat++; in yysyntax_error()
/PHP-7.3/ext/json/
H A Djson_parser.tab.c927 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
998 yyformat = S; \ in yysyntax_error()
1010 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1031 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1032 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1035 yyformat += 2; in yysyntax_error()
1040 yyformat++; in yysyntax_error()

Completed in 23 milliseconds