From 76790a1974f5ce84e230010a58384a66fcc71b95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Jul 2023 08:41:48 +0200 Subject: update to 4.1.1 build out of sources tree --- REFLECTION | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index edb3814..5c34cb4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 luasandbox version 4.1.0 ] { +Extension [ extension #80 luasandbox version 4.1.1 ] { - Classes [10] { Class [ class LuaSandbox ] { @@ -147,8 +147,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -166,6 +166,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -243,8 +244,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -262,6 +263,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -339,8 +341,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -358,6 +360,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -435,8 +438,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -454,6 +457,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -531,8 +535,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -550,6 +554,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -627,8 +632,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -646,6 +651,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -723,8 +729,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -742,6 +748,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -819,8 +826,8 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $luaTrace = NULL ] } @@ -838,6 +845,7 @@ Extension [ extension #81 luasandbox version 4.1.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit