summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-04 07:47:21 +0100
committerRemi Collet <remi@remirepo.net>2021-03-04 07:47:21 +0100
commit246962dd19101a022ef89836a08242b268c3d1ac (patch)
tree7db62210e87ef3a846d9efe787d4bf19a5768a9c /REFLECTION
parent3f357cc9d21846ac7a28636d2226270fd93a3e7e (diff)
update to 4.0.0
raise dependency on PHP 7.2
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION89
1 files changed, 44 insertions, 45 deletions
diff --git a/REFLECTION b/REFLECTION
index ef6748f..28fc5f7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,12 +1,12 @@
-Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
+Extension [ <persistent> extension #80 luasandbox version 4.0.0 ] {
- Classes [10] {
Class [ <internal:luasandbox> class LuaSandbox ] {
- Constants [3] {
- Constant [ public integer SAMPLES ] { 0 }
- Constant [ public integer SECONDS ] { 1 }
- Constant [ public integer PERCENT ] { 2 }
+ Constant [ public int SAMPLES ] { 0 }
+ Constant [ public int SECONDS ] { 1 }
+ Constant [ public int PERCENT ] { 2 }
}
- Static properties [0] {
@@ -28,7 +28,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $code ]
- Parameter #1 [ <required> $chunkName ]
+ Parameter #1 [ <optional> $chunkName ]
}
}
@@ -36,7 +36,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $code ]
- Parameter #1 [ <required> $chunkName ]
+ Parameter #1 [ <optional> $chunkName ]
}
}
@@ -87,7 +87,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Method [ <internal:luasandbox> public method enableProfiler ] {
- Parameters [1] {
- Parameter #0 [ <required> $period ]
+ Parameter #0 [ <optional> $period ]
}
}
@@ -100,7 +100,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Method [ <internal:luasandbox> public method getProfilerFunctionReport ] {
- Parameters [1] {
- Parameter #0 [ <required> $units ]
+ Parameter #0 [ <optional> $units ]
}
}
@@ -108,15 +108,14 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $... ]
+ Parameter #1 [ <optional> ...$args ]
}
}
Method [ <internal:luasandbox> public method wrapPhpFunction ] {
- - Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $function ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $function ]
}
}
@@ -133,10 +132,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxError extends Exception implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -194,10 +193,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxRuntimeError extends LuaSandboxError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -255,10 +254,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxFatalError extends LuaSandboxError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -316,10 +315,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxSyntaxError extends LuaSandboxFatalError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -377,10 +376,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxMemoryError extends LuaSandboxFatalError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -438,10 +437,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxErrorError extends LuaSandboxFatalError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -499,10 +498,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxTimeoutError extends LuaSandboxFatalError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -560,10 +559,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Class [ <internal:luasandbox> class LuaSandboxEmergencyTimeoutError extends LuaSandboxFatalError implements Throwable ] {
- Constants [4] {
- Constant [ public integer RUN ] { 2 }
- Constant [ public integer SYNTAX ] { 3 }
- Constant [ public integer MEM ] { 4 }
- Constant [ public integer ERR ] { 5 }
+ Constant [ public int RUN ] { 2 }
+ Constant [ public int SYNTAX ] { 3 }
+ Constant [ public int MEM ] { 4 }
+ Constant [ public int ERR ] { 5 }
}
- Static properties [0] {
@@ -642,7 +641,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] {
Method [ <internal:luasandbox> public method call ] {
- Parameters [1] {
- Parameter #0 [ <required> $... ]
+ Parameter #0 [ <optional> ...$args ]
}
}