Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c1027 const char *yyformat = YY_NULL; in yysyntax_error() local
1102 yyformat = S; \ in yysyntax_error()
1114 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1135 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1136 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1139 yyformat += 2; in yysyntax_error()
1144 yyformat++; in yysyntax_error()
/PHP-7.0/ext/json/
H A Djson_parser.tab.c930 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
1001 yyformat = S; \ in yysyntax_error()
1013 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1034 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1035 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1038 yyformat += 2; in yysyntax_error()
1043 yyformat++; in yysyntax_error()

Completed in 16 milliseconds