diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-31 08:18:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-31 08:18:17 +0200 |
commit | d0bd7ac85194fdc5aa2d55690a951293fd91b29c (patch) | |
tree | b856ee25c6db3a6e927bc647c1cc885f85d7a681 /REFLECTION | |
parent | c2524378451b7fdfb6e39e47577f602f4b4a88aa (diff) |
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 73 |
1 files changed, 54 insertions, 19 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 nsq version 3.5.1 ] { +Extension [ <persistent> extension #97 nsq version 3.9.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -17,9 +17,9 @@ Extension [ <persistent> extension #124 nsq version 3.5.1 ] { } - Properties [3] { - Property [ <default> public $nsqConfig ] - Property [ <default> public $nsqd_connection_fds ] - Property [ <default> public $conn_timeout ] + Property [ public $nsqConfig = NULL ] + Property [ public $nsqd_connection_fds = NULL ] + Property [ public $conn_timeout = NULL ] } - Methods [6] { @@ -82,7 +82,7 @@ Extension [ <persistent> extension #124 nsq version 3.5.1 ] { } - Properties [1] { - Property [ <default> public $address ] + Property [ public $address = NULL ] } - Methods [1] { @@ -107,11 +107,11 @@ Extension [ <persistent> extension #124 nsq version 3.5.1 ] { } - Properties [5] { - Property [ <default> public $message_id ] - Property [ <default> public $messageId ] - Property [ <default> public $timestamp ] - Property [ <default> public $attempts ] - Property [ <default> public $payload ] + Property [ public $message_id = NULL ] + Property [ public $messageId = NULL ] + Property [ public $timestamp = NULL ] + Property [ public $attempts = NULL ] + Property [ public $payload = NULL ] } - Methods [3] { @@ -142,7 +142,7 @@ Extension [ <persistent> extension #124 nsq version 3.5.1 ] { } } - Class [ <internal:nsq> class NsqException extends Exception implements Throwable ] { + Class [ <internal:nsq> class NsqException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -154,47 +154,82 @@ Extension [ <persistent> extension #124 nsq version 3.5.1 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> $message ] - Parameter #1 [ <optional> $code ] - Parameter #2 [ <optional> $previous ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } |