LuaSandbox
extension to run Lua 5.1 code from PHP
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CLuaSandboxCreates a Lua environment and allows for execution of Lua code
 CLuaSandboxErrorBase class for LuaSandbox exceptions
 CLuaSandboxErrorErrorException thrown when Lua encounters an error inside an error handler
 CLuaSandboxFatalErrorUncatchable LuaSandbox exceptions
 CLuaSandboxFunctionRepresents a Lua function, allowing it to be called from PHP
 CLuaSandboxMemoryErrorException thrown when Lua cannot allocate memory
 CLuaSandboxRuntimeErrorCatchable LuaSandbox runtime exceptions
 CLuaSandboxSyntaxErrorException thrown when Lua code cannot be parsed
 CLuaSandboxTimeoutErrorException thrown when the configured CPU time limit is exceeded