From cc9116133da1344df8fafb5ba672ede284e9ee01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 06:18:29 +0200 Subject: switch --- REFLECTION | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 22964d9..b77ab2b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,20 +1,21 @@ -Extension [ extension #101 lua version 1.1.0 ] { +Extension [ extension #102 lua version 2.0.3 ] { - - Constants [7] { + - Constants [8] { Constant [ integer LUA_OK ] { 0 } Constant [ integer LUA_YIELD ] { 1 } Constant [ integer LUA_ERRRUN ] { 2 } Constant [ integer LUA_ERRSYNTAX ] { 3 } Constant [ integer LUA_ERRMEM ] { 4 } - Constant [ integer LUA_ERRERR ] { 5 } - Constant [ integer LUA_ERRFILE ] { 6 } + Constant [ integer LUA_ERRGCMM ] { 5 } + Constant [ integer LUA_ERRERR ] { 6 } + Constant [ integer LUA_ERRFILE ] { 7 } } - Classes [3] { - Class [ class Lua ] { + Class [ final class Lua ] { - Constants [1] { - Constant [ string LUA_VERSION ] { Lua 5.1.4 } + Constant [ string LUA_VERSION ] { Lua 5.3.3 } } - Static properties [1] { @@ -82,7 +83,7 @@ Extension [ extension #101 lua version 1.1.0 ] { } } - Class [ class LuaClosure ] { + Class [ final class LuaClosure ] { - Constants [0] { } @@ -126,7 +127,7 @@ Extension [ extension #101 lua version 1.1.0 ] { } } - Class [ class LuaException extends Exception ] { + Class [ class LuaException extends Exception implements Throwable ] { - Constants [0] { } @@ -144,7 +145,7 @@ Extension [ extension #101 lua version 1.1.0 ] { Property [ protected $line ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -154,28 +155,31 @@ Extension [ extension #101 lua version 1.1.0 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { } - Method [ final public method getCode ] { + Method [ final public method getMessage ] { } - Method [ final public method getFile ] { + Method [ final public method getCode ] { } - Method [ final public method getLine ] { + Method [ final public method getFile ] { } - Method [ final public method getTrace ] { + Method [ final public method getLine ] { } - Method [ final public method getPrevious ] { + Method [ final public method getTrace ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getPrevious ] { } - Method [ public method __toString ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } -- cgit