Extension [ extension #79 lua version 2.0.7 ] { - Constants [8] { Constant [ int LUA_OK ] { 0 } Constant [ int LUA_YIELD ] { 1 } Constant [ int LUA_ERRRUN ] { 2 } Constant [ int LUA_ERRSYNTAX ] { 3 } Constant [ int LUA_ERRMEM ] { 4 } Constant [ int LUA_ERRGCMM ] { 5 } Constant [ int LUA_ERRERR ] { 6 } Constant [ int LUA_ERRFILE ] { 7 } } - Classes [3] { Class [ final class Lua ] { - Constants [1] { Constant [ public string LUA_VERSION ] { Lua 5.3.5 } } - Static properties [1] { Property [ private static $_callbacks ] } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ public method __construct ] { } Method [ public method eval ] { - Parameters [1] { Parameter #0 [ $statements ] } } Method [ public method include ] { - Parameters [1] { Parameter #0 [ $file ] } } Method [ public method call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $args ] } } Method [ public method assign ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } } Method [ public method getVersion ] { } Method [ public method registerCallback ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $function ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $args ] } } } } Class [ final class LuaClosure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ private method __construct ] { } Method [ public method invoke ] { - Parameters [2] { Parameter #0 [ $arg ] Parameter #1 [ $... ] } } Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ $arg ] Parameter #1 [ $... ] } } } } Class [ class LuaException extends Exception implements Throwable ] { - Constants [0] { } - 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 ] { } } } } }