diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 35 | 
1 files changed, 15 insertions, 20 deletions
| @@ -1,14 +1,14 @@ -Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { +Extension [ <persistent> extension #113 rdkafka version 2.0.1 ] { -  - Constants [88] { +  - Constants [89] {      Constant [ integer RD_KAFKA_CONSUMER ] { 1 }      Constant [ integer RD_KAFKA_OFFSET_BEGINNING ] { -2 }      Constant [ integer RD_KAFKA_OFFSET_END ] { -1 }      Constant [ integer RD_KAFKA_OFFSET_STORED ] { -1000 }      Constant [ integer RD_KAFKA_PARTITION_UA ] { -1 }      Constant [ integer RD_KAFKA_PRODUCER ] { 0 } -    Constant [ integer RD_KAFKA_VERSION ] { 590335 } -    Constant [ integer RD_KAFKA_BUILD_VERSION ] { 590335 } +    Constant [ integer RD_KAFKA_VERSION ] { 590591 } +    Constant [ integer RD_KAFKA_BUILD_VERSION ] { 590591 }      Constant [ integer RD_KAFKA_RESP_ERR__BEGIN ] { -200 }      Constant [ integer RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 }      Constant [ integer RD_KAFKA_RESP_ERR__BAD_COMPRESSION ] { -198 } @@ -43,6 +43,7 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] {      Constant [ integer RD_KAFKA_RESP_ERR__AUTHENTICATION ] { -169 }      Constant [ integer RD_KAFKA_RESP_ERR__NO_OFFSET ] { -168 }      Constant [ integer RD_KAFKA_RESP_ERR__OUTDATED ] { -167 } +    Constant [ integer RD_KAFKA_RESP_ERR__TIMED_OUT_QUEUE ] { -166 }      Constant [ integer RD_KAFKA_RESP_ERR__END ] { -100 }      Constant [ integer RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 }      Constant [ integer RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 } @@ -429,7 +430,7 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] {        }      } -    Class [ <internal:rdkafka> class RdKafka\Exception extends Exception ] { +    Class [ <internal:rdkafka> class RdKafka\Exception extends Exception implements Throwable ] {        - Constants [0] {        } @@ -460,28 +461,28 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] {          Method [ <internal:Core, inherits Exception> public method __wakeup ] {          } -        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {          } -        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {          } -        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {          } -        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {          } -        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {          } -        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {          } -        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {          } -        Method [ <internal:Core, inherits Exception> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {          }        }      } @@ -610,7 +611,7 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] {          Property [ <default> private $dr_msg_cb ]        } -      - Methods [12] { +      - Methods [11] {          Method [ <internal:rdkafka, ctor> public method __construct ] {            - Parameters [1] { @@ -687,12 +688,6 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] {              Parameter #1 [ <optional> $topic_conf ]            }          } - -        Method [ <internal:rdkafka, dtor> final public method __destruct ] { - -          - Parameters [0] { -          } -        }        }      } | 
