Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c190 #define lua_tostring(L,i)lua_tolstring(L,(i),NULL) macro
6137 const char*filename=lua_tostring(L,fnameindex)+1;
6170 status=lua_load(L,getF,&lf,lua_tostring(L,-1));
6212 lua_tostring(L,-1));
6632 luaL_argerror(L,arg,lua_tostring(L,-1));
6712 const char*filename=lua_tostring(L,1);
6831 const char*p=lua_tostring(L,n);
7410 const char*p=lua_tostring(L,lua_upvalueindex(2));
7765 fprintf(stderr,"Error: %s\n",lua_tostring(L,-1));

Completed in 19 milliseconds