From 9a2cce3db8276aa17d3036c911312fe363ada15d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 13:52:13 +0100 Subject: refresh Reflection --- PHPINFO | 8 ++-- REFLECTION | 157 +++++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 130 insertions(+), 35 deletions(-) diff --git a/PHPINFO b/PHPINFO index c9f36a3..0302eff 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ openswoole Open Swoole => enabled Author => Open Swoole Group -Version => 4.11.1 -Built => Apr 29 2022 00:00:00 +Version => 4.12.0 +Built => Oct 3 2022 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,14 +14,14 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 1.1.1n FIPS 15 Mar 2022 +openssl => OpenSSL 3.0.5 5 Jul 2022 dtls => enabled http2 => enabled json => enabled curl-native => enabled pcre => enabled c-ares => 1.17.2 -zlib => 1.2.11 +zlib => 1.2.12 brotli => E16777225/D16777225 mutex_timedlock => enabled pthread_barrier => enabled diff --git a/REFLECTION b/REFLECTION index 01336de..50028c2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 openswoole version 4.11.1 ] { +Extension [ extension #120 openswoole version 4.12.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -30,11 +30,11 @@ Extension [ extension #120 openswoole version 4.11.1 ] { } - Constants [395] { - Constant [ string SWOOLE_VERSION ] { 4.11.1 } - Constant [ int SWOOLE_VERSION_ID ] { 41101 } + Constant [ string SWOOLE_VERSION ] { 4.12.0 } + Constant [ int SWOOLE_VERSION_ID ] { 41200 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } - Constant [ int SWOOLE_MINOR_VERSION ] { 11 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_MINOR_VERSION ] { 12 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -756,7 +756,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } - - Return [  ] + - Return [ Ù' ] } Method [ public method swoole_timer_clear ] { @@ -961,8 +961,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -979,6 +979,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -1052,8 +1053,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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 ] } - Methods [10] { @@ -1070,6 +1071,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -2083,7 +2085,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { } } - Class [ class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { + Class [ class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -2113,6 +2115,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ bool ] } Method [ public method offsetGet ] { @@ -2120,6 +2123,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ mixed ] } Method [ public method offsetSet ] { @@ -2128,6 +2132,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method offsetUnset ] { @@ -2135,6 +2140,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ void ] } Method [ public method append ] { @@ -2142,24 +2148,28 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method getArrayCopy ] { - Parameters [0] { } + - Tentative return [ array ] } Method [ public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method getFlags ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method setFlags ] { @@ -2167,6 +2177,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags ] } + - Tentative return [ void ] } Method [ public method asort ] { @@ -2174,6 +2185,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } + - Tentative return [ bool ] } Method [ public method ksort ] { @@ -2181,6 +2193,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } + - Tentative return [ bool ] } Method [ public method uasort ] { @@ -2188,6 +2201,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } + - Tentative return [ bool ] } Method [ public method uksort ] { @@ -2195,18 +2209,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } + - Tentative return [ bool ] } Method [ public method natsort ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method natcasesort ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method unserialize ] { @@ -2214,18 +2231,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ string $data ] } + - Tentative return [ void ] } Method [ public method serialize ] { - Parameters [0] { } + - Tentative return [ string ] } Method [ public method __serialize ] { - Parameters [0] { } + - Tentative return [ array ] } Method [ public method __unserialize ] { @@ -2233,36 +2253,42 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ array $data ] } + - Tentative return [ void ] } Method [ public method rewind ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method current ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ public method key ] { - Parameters [0] { } + - Tentative return [ string|int|null ] } Method [ public method next ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method seek ] { @@ -2270,12 +2296,14 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $offset ] } + - Tentative return [ void ] } Method [ public method __debugInfo ] { - Parameters [0] { } + - Tentative return [ array ] } } } @@ -2632,7 +2660,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { } } - Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { + Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -2662,6 +2690,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ bool ] } Method [ public method offsetGet ] { @@ -2669,6 +2698,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ mixed ] } Method [ public method offsetSet ] { @@ -2677,6 +2707,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method offsetUnset ] { @@ -2684,6 +2715,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ void ] } Method [ public method append ] { @@ -2691,24 +2723,28 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method getArrayCopy ] { - Parameters [0] { } + - Tentative return [ array ] } Method [ public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method getFlags ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method setFlags ] { @@ -2716,6 +2752,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags ] } + - Tentative return [ void ] } Method [ public method asort ] { @@ -2723,6 +2760,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } + - Tentative return [ bool ] } Method [ public method ksort ] { @@ -2730,6 +2768,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } + - Tentative return [ bool ] } Method [ public method uasort ] { @@ -2737,6 +2776,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } + - Tentative return [ bool ] } Method [ public method uksort ] { @@ -2744,18 +2784,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } + - Tentative return [ bool ] } Method [ public method natsort ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method natcasesort ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method unserialize ] { @@ -2763,18 +2806,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ string $data ] } + - Tentative return [ void ] } Method [ public method serialize ] { - Parameters [0] { } + - Tentative return [ string ] } Method [ public method __serialize ] { - Parameters [0] { } + - Tentative return [ array ] } Method [ public method __unserialize ] { @@ -2782,36 +2828,42 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ array $data ] } + - Tentative return [ void ] } Method [ public method rewind ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method current ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ public method key ] { - Parameters [0] { } + - Tentative return [ string|int|null ] } Method [ public method next ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method seek ] { @@ -2819,12 +2871,14 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $offset ] } + - Tentative return [ void ] } Method [ public method __debugInfo ] { - Parameters [0] { } + - Tentative return [ array ] } } } @@ -2860,6 +2914,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ bool ] } Method [ public method offsetGet ] { @@ -2867,6 +2922,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ mixed ] } Method [ public method offsetSet ] { @@ -2875,6 +2931,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method offsetUnset ] { @@ -2882,6 +2939,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ void ] } Method [ public method append ] { @@ -2889,24 +2947,28 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method getArrayCopy ] { - Parameters [0] { } + - Tentative return [ array ] } Method [ public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method getFlags ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method setFlags ] { @@ -2914,6 +2976,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags ] } + - Tentative return [ void ] } Method [ public method asort ] { @@ -2921,6 +2984,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } + - Tentative return [ bool ] } Method [ public method ksort ] { @@ -2928,6 +2992,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } + - Tentative return [ bool ] } Method [ public method uasort ] { @@ -2935,6 +3000,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } + - Tentative return [ bool ] } Method [ public method uksort ] { @@ -2942,18 +3008,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } + - Tentative return [ bool ] } Method [ public method natsort ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method natcasesort ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method unserialize ] { @@ -2961,18 +3030,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ string $data ] } + - Tentative return [ void ] } Method [ public method serialize ] { - Parameters [0] { } + - Tentative return [ string ] } Method [ public method __serialize ] { - Parameters [0] { } + - Tentative return [ array ] } Method [ public method __unserialize ] { @@ -2980,12 +3052,14 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ array $data ] } + - Tentative return [ void ] } Method [ public method getIterator ] { - Parameters [0] { } + - Tentative return [ Iterator ] } Method [ public method exchangeArray ] { @@ -2993,6 +3067,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ object|array $array ] } + - Tentative return [ array ] } Method [ public method setIteratorClass ] { @@ -3000,18 +3075,21 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ string $iteratorClass ] } + - Tentative return [ void ] } Method [ public method getIteratorClass ] { - Parameters [0] { } + - Tentative return [ string ] } Method [ public method __debugInfo ] { - Parameters [0] { } + - Tentative return [ array ] } } } @@ -3030,8 +3108,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Properties [6] { 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 $flags = 0 ] Property [ private $status = 0 ] } @@ -3062,6 +3140,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -3484,8 +3563,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -3502,6 +3581,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -3855,8 +3935,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -3873,6 +3953,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -4114,8 +4195,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -4132,6 +4213,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -4613,8 +4695,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -4631,6 +4713,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -4901,8 +4984,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -4919,6 +5002,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -6621,8 +6705,8 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - 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] { @@ -6639,6 +6723,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -7212,7 +7297,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Properties [5] { Property [ public $data = NULL ] - Property [ public $dispatch_time = 0 ] + Property [ public $dispatch_time = 0.0 ] Property [ public $id = -1 ] Property [ public $worker_id = -1 ] Property [ public $flags = 0 ] @@ -7243,7 +7328,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Properties [4] { Property [ public $reactor_id = 0 ] Property [ public $fd = 0 ] - Property [ public $dispatch_time = 0 ] + Property [ public $dispatch_time = 0.0 ] Property [ public $data = NULL ] } @@ -7265,7 +7350,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Properties [5] { Property [ public $server_socket = 0 ] Property [ public $server_port = 0 ] - Property [ public $dispatch_time = 0 ] + Property [ public $dispatch_time = 0.0 ] Property [ public $address = NULL ] Property [ public $port = 0 ] } @@ -7287,7 +7372,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Properties [3] { Property [ public $source_worker_id = 0 ] - Property [ public $dispatch_time = 0 ] + Property [ public $dispatch_time = 0.0 ] Property [ public $data = NULL ] } @@ -7332,7 +7417,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Properties [4] { Property [ public $task_id = 0 ] Property [ public $task_worker_id = 0 ] - Property [ public $dispatch_time = 0 ] + Property [ public $dispatch_time = 0.0 ] Property [ public $data = NULL ] } @@ -7371,36 +7456,42 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method next ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method current ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ public method key ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ public method valid ] { - Parameters [0] { } + - Tentative return [ bool ] } Method [ public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ public method offsetExists ] { @@ -7408,6 +7499,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ bool ] } Method [ public method offsetGet ] { @@ -7415,6 +7507,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ mixed ] } Method [ public method offsetSet ] { @@ -7423,6 +7516,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ public method offsetUnset ] { @@ -7430,6 +7524,7 @@ Extension [ extension #120 openswoole version 4.11.1 ] { - Parameters [1] { Parameter #0 [ mixed $key ] } + - Tentative return [ void ] } } } -- cgit