From e9445cc305a148fa92cca9c4b46ea52876e1d9f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2019 08:40:05 +0100 Subject: v4.3.1 --- REFLECTION | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 65 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 278d8e1..c72e6ca 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.3.0 ] { +Extension [ extension #153 swoole version 4.3.1 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -16,11 +16,11 @@ Extension [ extension #153 swoole version 4.3.0 ] { } - Constants [256] { - Constant [ string SWOOLE_VERSION ] { 4.3.0 } - Constant [ integer SWOOLE_VERSION_ID ] { 40300 } + Constant [ string SWOOLE_VERSION ] { 4.3.1 } + Constant [ integer SWOOLE_VERSION_ID ] { 40301 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 1 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -198,7 +198,7 @@ Extension [ extension #153 swoole version 4.3.0 ] { Constant [ integer SWOOLE_HTTP_CLIENT_ESTATUS_REQUEST_TIMEOUT ] { -2 } Constant [ integer SWOOLE_HTTP_CLIENT_ESTATUS_SERVER_RESET ] { -3 } Constant [ integer SWOOLE_DEFAULT_MAX_CORO_NUM ] { 3000 } - Constant [ integer SWOOLE_MAX_CORO_NUM_LIMIT ] { 9223372036854775807 } + Constant [ integer SWOOLE_CORO_MAX_NUM_LIMIT ] { 9223372036854775807 } Constant [ integer SWOOLE_CORO_INIT ] { 0 } Constant [ integer SWOOLE_CORO_WAITING ] { 1 } Constant [ integer SWOOLE_CORO_RUNNING ] { 2 } @@ -500,7 +500,7 @@ Extension [ extension #153 swoole version 4.3.0 ] { } } - - Classes [42] { + - Classes [43] { Class [ class Swoole\Timer ] { - Constants [0] { @@ -1440,9 +1440,10 @@ Extension [ extension #153 swoole version 4.3.0 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ public $fd ] Property [ public $errCode ] + Property [ public $errMsg ] } - Methods [16] { @@ -3610,6 +3611,63 @@ Extension [ extension #153 swoole version 4.3.0 ] { } } + Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Swoole\Coroutine ] { - Constants [0] { -- cgit