diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 74 |
1 files changed, 59 insertions, 15 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #129 swoole version 6.0.0 ] { +Extension [ <persistent> extension #108 swoole version 6.0.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,12 +29,12 @@ Extension [ <persistent> extension #129 swoole version 6.0.0 ] { } } - - Constants [400] { - Constant [ string SWOOLE_VERSION ] { 6.0.0 } - Constant [ int SWOOLE_VERSION_ID ] { 60000 } + - Constants [399] { + Constant [ string SWOOLE_VERSION ] { 6.0.1 } + Constant [ int SWOOLE_VERSION_ID ] { 60001 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 0 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -269,7 +269,6 @@ Extension [ <persistent> extension #129 swoole version 6.0.0 ] { Constant [ int SWOOLE_MUTEX ] { 3 } Constant [ int SWOOLE_RWLOCK ] { 1 } Constant [ int SWOOLE_SPINLOCK ] { 5 } - Constant [ int SWOOLE_COROLOCK ] { 6 } Constant [ int SWOOLE_MSGQUEUE_ORIENT ] { 1 } Constant [ int SWOOLE_MSGQUEUE_BALANCE ] { 2 } Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 } @@ -1044,7 +1043,7 @@ Extension [ <persistent> extension #129 swoole version 6.0.0 ] { } } - - Classes [51] { + - Classes [52] { Class [ <internal:swoole> class Swoole\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -1501,7 +1500,7 @@ Extension [ <persistent> extension #129 swoole version 6.0.0 ] { Property [ public $errCode = 0 ] } - - Methods [9] { + - Methods [8] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [1] { @@ -1557,13 +1556,6 @@ Extension [ <persistent> extension #129 swoole version 6.0.0 ] { } - Return [ bool ] } - - Method [ <internal:swoole> public method destroy ] { - - - Parameters [0] { - } - - Return [ void ] - } } } @@ -3481,6 +3473,58 @@ Extension [ <persistent> extension #129 swoole version 6.0.0 ] { } } + Class [ <internal:swoole> class Swoole\Coroutine\Lock ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $errCode = 0 ] + } + + - Methods [5] { + Method [ <internal:swoole, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $shared = false ] + } + } + + Method [ <internal:swoole> public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ <internal:swoole> public method lock ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:swoole> public method trylock ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:swoole> public method unlock ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + Class [ <internal:swoole> class Swoole\Coroutine\Channel ] { - Constants [0] { |