LuaSandbox
extension to run Lua 5.1 code from PHP
|
CLuaSandbox | Creates a Lua environment and allows for execution of Lua code |
CLuaSandboxError | Base class for LuaSandbox exceptions |
CLuaSandboxErrorError | Exception thrown when Lua encounters an error inside an error handler |
CLuaSandboxFatalError | Uncatchable LuaSandbox exceptions |
CLuaSandboxFunction | Represents a Lua function, allowing it to be called from PHP |
CLuaSandboxMemoryError | Exception thrown when Lua cannot allocate memory |
CLuaSandboxRuntimeError | Catchable LuaSandbox runtime exceptions |
CLuaSandboxSyntaxError | Exception thrown when Lua code cannot be parsed |
CLuaSandboxTimeoutError | Exception thrown when the configured CPU time limit is exceeded |