summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-31 10:57:01 +0200
committerRemi Collet <remi@php.net>2022-05-31 10:57:01 +0200
commit00af216af1fda7381ebd986648b09ef31c6f1c4b (patch)
tree83930334e8a03f3ef1a1d613a9e307a11736581f
parent1dd1405fef395999392e5a17368abf5f7802f564 (diff)
refresh refl for 2.0.3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION126
2 files changed, 81 insertions, 47 deletions
diff --git a/PHPINFO b/PHPINFO
index 612b593..d10c369 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
Stomp
Stomp => enabled
-API version => 2.0.2
+API version => 2.0.3
SSL Support => enabled
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 3515194..fcfd9e1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
+Extension [ <persistent> extension #120 Stomp version 2.0.3 ] {
- INI {
Entry [ stomp.default_broker <ALL> ]
@@ -33,10 +33,10 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
Function [ <internal:Stomp> function stomp_connect ] {
- Parameters [4] {
- Parameter #0 [ <optional> $broker ]
- Parameter #1 [ <optional> $username ]
- Parameter #2 [ <optional> $password ]
- Parameter #3 [ <optional> array or NULL $headers ]
+ Parameter #0 [ <optional> $broker = <default> ]
+ Parameter #1 [ <optional> $username = <default> ]
+ Parameter #2 [ <optional> $password = <default> ]
+ Parameter #3 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_connect_error ] {
@@ -62,7 +62,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $destination ]
Parameter #2 [ <required> $msg ]
- Parameter #3 [ <optional> array or NULL $headers ]
+ Parameter #3 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_subscribe ] {
@@ -70,7 +70,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $destination ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_has_frame ] {
@@ -83,7 +83,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $link ]
- Parameter #1 [ <optional> $class_name ]
+ Parameter #1 [ <optional> $class_name = <default> ]
}
}
Function [ <internal:Stomp> function stomp_unsubscribe ] {
@@ -91,7 +91,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $destination ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_begin ] {
@@ -99,7 +99,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $transaction_id ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_commit ] {
@@ -107,7 +107,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $transaction_id ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_abort ] {
@@ -115,7 +115,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $transaction_id ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_ack ] {
@@ -123,7 +123,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $msg ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_nack ] {
@@ -131,7 +131,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $msg ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
Function [ <internal:Stomp> function stomp_error ] {
@@ -145,7 +145,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $link ]
Parameter #1 [ <required> $seconds ]
- Parameter #2 [ <optional> $microseconds ]
+ Parameter #2 [ <optional> $microseconds = <default> ]
}
}
Function [ <internal:Stomp> function stomp_get_read_timeout ] {
@@ -175,10 +175,10 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
Method [ <internal:Stomp, ctor> public method __construct ] {
- Parameters [4] {
- Parameter #0 [ <optional> $broker ]
- Parameter #1 [ <optional> $username ]
- Parameter #2 [ <optional> $password ]
- Parameter #3 [ <optional> array or NULL $headers ]
+ Parameter #0 [ <optional> $broker = <default> ]
+ Parameter #1 [ <optional> $username = <default> ]
+ Parameter #2 [ <optional> $password = <default> ]
+ Parameter #3 [ <optional> ?array $headers = <default> ]
}
}
@@ -188,7 +188,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
}
}
- Method [ <internal:Stomp, dtor> public method __destruct ] {
+ Method [ <internal:Stomp> public method __destruct ] {
- Parameters [0] {
}
@@ -199,7 +199,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $destination ]
Parameter #1 [ <required> $msg ]
- Parameter #2 [ <optional> array or NULL $headers ]
+ Parameter #2 [ <optional> ?array $headers = <default> ]
}
}
@@ -207,7 +207,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $destination ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -220,7 +220,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
Method [ <internal:Stomp> public method readFrame ] {
- Parameters [1] {
- Parameter #0 [ <optional> $class_name ]
+ Parameter #0 [ <optional> $class_name = <default> ]
}
}
@@ -228,7 +228,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $destination ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -236,7 +236,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $transaction_id ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -244,7 +244,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $transaction_id ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -252,7 +252,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $transaction_id ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -260,7 +260,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $msg ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -268,7 +268,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $msg ]
- Parameter #1 [ <optional> array or NULL $headers ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
}
}
@@ -282,7 +282,7 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $seconds ]
- Parameter #1 [ <optional> $microseconds ]
+ Parameter #1 [ <optional> $microseconds = <default> ]
}
}
@@ -306,24 +306,24 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
}
- Properties [3] {
- Property [ <default> public $command ]
- Property [ <default> public $headers ]
- Property [ <default> public $body ]
+ Property [ public $command = NULL ]
+ Property [ public $headers = NULL ]
+ Property [ public $body = NULL ]
}
- Methods [1] {
Method [ <internal:Stomp, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $command ]
- Parameter #1 [ <optional> array or NULL $headers ]
- Parameter #2 [ <optional> $body ]
+ Parameter #0 [ <optional> $command = <default> ]
+ Parameter #1 [ <optional> ?array $headers = <default> ]
+ Parameter #2 [ <optional> $body = <default> ]
}
}
}
}
- Class [ <internal:Stomp> class StompException extends Exception implements Throwable ] {
+ Class [ <internal:Stomp> class StompException extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -335,11 +335,11 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
}
- Properties [5] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> private $details ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ private $details = NULL ]
}
- Methods [11] {
@@ -352,37 +352,71 @@ Extension [ <persistent> extension #124 Stomp version 2.0.2 ] {
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] {
+ }
}
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 ]
}
}
}