Extension [ extension #80 luasandbox version 4.0.2 ] { - 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 ] { - 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxRuntimeError extends LuaSandboxError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxFatalError extends LuaSandboxError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxSyntaxError extends LuaSandboxFatalError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxMemoryError extends LuaSandboxFatalError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxErrorError extends LuaSandboxFatalError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxTimeoutError extends LuaSandboxFatalError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class LuaSandboxEmergencyTimeoutError extends LuaSandboxFatalError implements 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 [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } 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] { } } } } } }