Extension [ extension #81 luasandbox version 4.1.0 ] { - Classes [10] { Class [ class LuaSandbox ] { - Constants [3] { Constant [ public int SAMPLES ] { 0 } Constant [ public int SECONDS ] { 1 } Constant [ public int PERCENT ] { 2 } } - Static properties [0] { } - Static methods [1] { Method [ static public method getVersionInfo ] { - Parameters [0] { } } } - Properties [0] { } - Methods [15] { Method [ public method loadString ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $chunkName = ] } } Method [ public method loadBinary ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $chunkName = ] } } Method [ public method setMemoryLimit ] { - Parameters [1] { Parameter #0 [ $limit ] } } Method [ public method getMemoryUsage ] { - Parameters [0] { } } Method [ public method getPeakMemoryUsage ] { - Parameters [0] { } } Method [ public method setCPULimit ] { - Parameters [1] { Parameter #0 [ $limit ] } } Method [ public method getCPUUsage ] { - Parameters [0] { } } Method [ public method pauseUsageTimer ] { - Parameters [0] { } } Method [ public method unpauseUsageTimer ] { - Parameters [0] { } } Method [ public method enableProfiler ] { - Parameters [1] { Parameter #0 [ $period = ] } } Method [ public method disableProfiler ] { - Parameters [0] { } } Method [ public method getProfilerFunctionReport ] { - Parameters [1] { Parameter #0 [ $units = ] } } Method [ public method callFunction ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ ...$args ] } } Method [ public method wrapPhpFunction ] { - Parameters [1] { Parameter #0 [ $function ] } } Method [ public method registerLibrary ] { - Parameters [2] { Parameter #0 [ $libname ] Parameter #1 [ $functions ] } } } } Class [ class LuaSandboxError extends Exception implements Throwable, Stringable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxRuntimeError extends LuaSandboxError implements Stringable, Throwable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxFatalError extends LuaSandboxError implements Stringable, Throwable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxSyntaxError extends LuaSandboxFatalError implements Throwable, Stringable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxMemoryError extends LuaSandboxFatalError implements Throwable, Stringable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxErrorError extends LuaSandboxFatalError implements Throwable, Stringable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxTimeoutError extends LuaSandboxFatalError implements Throwable, Stringable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxEmergencyTimeoutError extends LuaSandboxFatalError implements Throwable, Stringable ] { - Constants [4] { Constant [ public int RUN ] { 2 } Constant [ public int SYNTAX ] { 3 } Constant [ public int MEM ] { 4 } Constant [ public int ERR ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ public $luaTrace = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class LuaSandboxFunction ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ public method call ] { - Parameters [1] { Parameter #0 [ ...$args ] } } Method [ public method dump ] { - Parameters [0] { } } } } } }