summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-31 08:18:17 +0200
committerRemi Collet <remi@php.net>2025-05-31 08:18:17 +0200
commitd0bd7ac85194fdc5aa2d55690a951293fd91b29c (patch)
treeb856ee25c6db3a6e927bc647c1cc885f85d7a681 /REFLECTION
parentc2524378451b7fdfb6e39e47577f602f4b4a88aa (diff)
update to 3.9.0HEADmaster
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION73
1 files changed, 54 insertions, 19 deletions
diff --git a/REFLECTION b/REFLECTION
index 0c21953..522562c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 ]
}
}
}