Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c143 #define LUA_QL(x)"'"x"'" macro
1397 luaG_runerror(L,"invalid key to "LUA_QL("next"));
3707 LUA_QL("%s")" expected (to close "LUA_QL("%s")" at line %d)",
4216 "cannot use "LUA_QL("...")" outside a vararg function");
4507 default:luaX_syntaxerror(ls,LUA_QL("=")" or "LUA_QL("in")" expected");
5219 luaG_runerror(L,LUA_QL("for")" limit must be a number");
5221 luaG_runerror(L,LUA_QL("for")" step must be a number");
6499 LUA_QL("concat"),luaL_typename(L,-1),i);
7268 luaL_error(ms->L,"missing "LUA_QL("[")" after "
7269 LUA_QL("%%f")" in pattern");
[all …]

Completed in 19 milliseconds