summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-12 06:18:29 +0200
committerRemi Collet <remi@remirepo.net>2017-07-12 06:18:29 +0200
commitcc9116133da1344df8fafb5ba672ede284e9ee01 (patch)
treeb80a8f6f1480aa1f21defe5c1b4138e05de57a46 /REFLECTION
parent9a1f8f27af84596591180d3004ea88c24c3d666c (diff)
switch
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION38
1 files changed, 21 insertions, 17 deletions
diff --git a/REFLECTION b/REFLECTION
index 22964d9..b77ab2b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,20 +1,21 @@
-Extension [ <persistent> extension #101 lua version 1.1.0 ] {
+Extension [ <persistent> 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 [ <internal:lua> class Lua ] {
+ Class [ <internal:lua> 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 [ <persistent> extension #101 lua version 1.1.0 ] {
}
}
- Class [ <internal:lua> class LuaClosure ] {
+ Class [ <internal:lua> final class LuaClosure ] {
- Constants [0] {
}
@@ -126,7 +127,7 @@ Extension [ <persistent> extension #101 lua version 1.1.0 ] {
}
}
- Class [ <internal:lua> class LuaException extends Exception ] {
+ Class [ <internal:lua> class LuaException extends Exception implements Throwable ] {
- Constants [0] {
}
@@ -144,7 +145,7 @@ Extension [ <persistent> extension #101 lua version 1.1.0 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
@@ -154,28 +155,31 @@ Extension [ <persistent> extension #101 lua version 1.1.0 ] {
}
}
- Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
}
- Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
}
- Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
}
- Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
}
- Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
}
- Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
}
- Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
}
- Method [ <internal:Core, inherits Exception> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}