Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c3155 #define TOKEN (yyminor.yy0) in yy_syntax_error() macro
3159 if( TOKEN.z[0] ){ in yy_syntax_error()
3160 sqliteErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN); in yy_syntax_error()
H A Dparse.y25 if( TOKEN.z[0] ){
26 sqliteErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c106551 #define TOKEN (yyminor.yy0)
106554 assert( TOKEN.z[0] ); /* The tokenizer always gives us a token */
106555 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);

Completed in 439 milliseconds