diff options
| author | Remi Collet <remi@remirepo.net> | 2023-02-01 17:30:05 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-02-01 17:30:05 +0100 | 
| commit | 522166f3c362125750be456307748c80279319ca (patch) | |
| tree | 082e3e60a4b7a333ea21aeae254ff8082599e1d9 /REFLECTION | |
| parent | 3e68bad1ec3ef2dcdc73663c1d9b73e803322fc2 (diff) | |
refresh refl
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 55 | 
1 files changed, 31 insertions, 24 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 amqp version 1.11.0 ] { +Extension [ <persistent> extension #120 amqp version 1.11.0 ] {    - INI {      Entry [ amqp.host <ALL> ] @@ -1243,7 +1243,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> final class AMQPTimestamp ] { +    Class [ <internal:amqp> final class AMQPTimestamp implements Stringable ] {        - Constants [2] {          Constant [ public string MAX ] { 18446744073709551616 } @@ -1274,7 +1274,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            }          } -        Method [ <internal:amqp> public method __toString ] { +        Method [ <internal:amqp, prototype Stringable> public method __toString ] {            - Parameters [0] {            } @@ -1326,7 +1326,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPException extends Exception implements Stringable, Throwable ] { +    Class [ <internal:amqp> class AMQPException extends Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -1340,8 +1340,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -1358,6 +1358,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1417,7 +1418,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPConnectionException extends AMQPException implements Throwable, Stringable ] { +    Class [ <internal:amqp> class AMQPConnectionException extends AMQPException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -1431,8 +1432,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -1449,6 +1450,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1508,7 +1510,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPChannelException extends AMQPException implements Throwable, Stringable ] { +    Class [ <internal:amqp> class AMQPChannelException extends AMQPException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -1522,8 +1524,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -1540,6 +1542,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1599,7 +1602,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPQueueException extends AMQPException implements Throwable, Stringable ] { +    Class [ <internal:amqp> class AMQPQueueException extends AMQPException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -1613,8 +1616,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -1631,6 +1634,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1690,7 +1694,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPEnvelopeException extends AMQPException implements Throwable, Stringable ] { +    Class [ <internal:amqp> class AMQPEnvelopeException extends AMQPException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -1704,8 +1708,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.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 $envelope = NULL ]        } @@ -1723,6 +1727,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1782,7 +1787,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPExchangeException extends AMQPException implements Throwable, Stringable ] { +    Class [ <internal:amqp> class AMQPExchangeException extends AMQPException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -1796,8 +1801,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -1814,6 +1819,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1873,7 +1879,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        }      } -    Class [ <internal:amqp> class AMQPValueException extends AMQPException implements Throwable, Stringable ] { +    Class [ <internal:amqp> class AMQPValueException extends AMQPException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -1887,8 +1893,8 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -1905,6 +1911,7 @@ Extension [ <persistent> extension #119 amqp version 1.11.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {  | 
