Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c143 #define LUA_QL(x)"'"x"'" macro
1397 luaG_runerror(L,"invalid key to "LUA_QL("next"));
3706 LUA_QL("%s")" expected (to close "LUA_QL("%s")" at line %d)",
4215 "cannot use "LUA_QL("...")" outside a vararg function");
4506 default:luaX_syntaxerror(ls,LUA_QL("=")" or "LUA_QL("in")" expected");
5218 luaG_runerror(L,LUA_QL("for")" limit must be a number");
5220 luaG_runerror(L,LUA_QL("for")" step must be a number");
6498 LUA_QL("concat"),luaL_typename(L,-1),i);
7262 luaL_error(ms->L,"missing "LUA_QL("[")" after "
7263 LUA_QL("%%f")" in pattern");
[all …]

Completed in 18 milliseconds