diff options
| author | Remi Collet <remi@remirepo.net> | 2023-07-31 08:41:48 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-07-31 08:41:48 +0200 | 
| commit | 76790a1974f5ce84e230010a58384a66fcc71b95 (patch) | |
| tree | f038ba2eab9c50dec3b80627f160663c7faf0185 /REFLECTION | |
| parent | 57940aef00cf34694e78fc6f63a37b712e92a9aa (diff) | |
update to 4.1.1
build out of sources tree
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 42 | 
1 files changed, 25 insertions, 17 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #81 luasandbox version 4.1.0 ] { +Extension [ <persistent> extension #80 luasandbox version 4.1.1 ] {    - Classes [10] {      Class [ <internal:luasandbox> class LuaSandbox ] { @@ -147,8 +147,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -243,8 +244,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -339,8 +341,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -435,8 +438,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -531,8 +535,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -627,8 +632,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -723,8 +729,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -819,8 +826,8 @@ Extension [ <persistent> 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 [ <persistent> extension #81 luasandbox version 4.1.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {  | 
