diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-19 15:40:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-19 15:40:14 +0100 |
commit | 6c310bb282f166e50d0bddd39ee0a0e79b223952 (patch) | |
tree | 130cb9ec2e072f399e0997fe9b1bf5dee3e6333e /REFLECTION | |
parent | 99e8b9a239699eb7e43976f82c0966c38212cced (diff) |
rebuild using remi-librdkafka 2.0.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { +Extension [ <persistent> extension #120 simple_kafka_client version 0.1.4 ] { - Constants [177] { Constant [ int RD_KAFKA_OFFSET_BEGINNING ] { -2 } @@ -9,8 +9,8 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { Constant [ int RD_KAFKA_PURGE_F_QUEUE ] { 1 } Constant [ int RD_KAFKA_PURGE_F_INFLIGHT ] { 2 } Constant [ int RD_KAFKA_PURGE_F_NON_BLOCKING ] { 4 } - Constant [ int RD_KAFKA_VERSION ] { 17367295 } - Constant [ int RD_KAFKA_BUILD_VERSION ] { 17367295 } + Constant [ int RD_KAFKA_VERSION ] { 33554687 } + Constant [ int RD_KAFKA_BUILD_VERSION ] { 33554687 } Constant [ int RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ int RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } Constant [ int RD_KAFKA_RESP_ERR__BAD_COMPRESSION ] { -198 } @@ -718,8 +718,8 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { - 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] { @@ -736,6 +736,7 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -809,8 +810,8 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { - Properties [8] { 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 [ private $error_string = NULL ] Property [ private $isFatal = false ] Property [ private $isRetriable = false ] @@ -862,6 +863,7 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1160,6 +1162,7 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ <internal:simple_kafka_client, prototype Iterator> public method key ] { @@ -1173,6 +1176,7 @@ Extension [ <persistent> extension #118 simple_kafka_client version 0.1.4 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:simple_kafka_client, prototype Iterator> public method valid ] { |