From 246962dd19101a022ef89836a08242b268c3d1ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Mar 2021 07:47:21 +0100 Subject: update to 4.0.0 raise dependency on PHP 7.2 --- REFLECTION | 89 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 45 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ef6748f..28fc5f7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,12 +1,12 @@ -Extension [ extension #107 luasandbox version 3.0.3 ] { +Extension [ extension #80 luasandbox version 4.0.0 ] { - Classes [10] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { - Parameters [2] { Parameter #0 [ $code ] - Parameter #1 [ $chunkName ] + Parameter #1 [ $chunkName ] } } @@ -36,7 +36,7 @@ Extension [ extension #107 luasandbox version 3.0.3 ] { - Parameters [2] { Parameter #0 [ $code ] - Parameter #1 [ $chunkName ] + Parameter #1 [ $chunkName ] } } @@ -87,7 +87,7 @@ Extension [ extension #107 luasandbox version 3.0.3 ] { Method [ public method enableProfiler ] { - Parameters [1] { - Parameter #0 [ $period ] + Parameter #0 [ $period ] } } @@ -100,7 +100,7 @@ Extension [ extension #107 luasandbox version 3.0.3 ] { Method [ public method getProfilerFunctionReport ] { - Parameters [1] { - Parameter #0 [ $units ] + Parameter #0 [ $units ] } } @@ -108,15 +108,14 @@ Extension [ extension #107 luasandbox version 3.0.3 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ $... ] + Parameter #1 [ ...$args ] } } Method [ public method wrapPhpFunction ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $function ] + - Parameters [1] { + Parameter #0 [ $function ] } } @@ -133,10 +132,10 @@ Extension [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Class [ 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 [ extension #107 luasandbox version 3.0.3 ] { Method [ public method call ] { - Parameters [1] { - Parameter #0 [ $... ] + Parameter #0 [ ...$args ] } } -- cgit