diff options
| author | Remi Collet <remi@remirepo.net> | 2022-12-21 13:52:13 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-12-21 13:52:13 +0100 | 
| commit | 9a2cce3db8276aa17d3036c911312fe363ada15d (patch) | |
| tree | 8b1430be0312bd1081b39e3e6f14e6e4e43bee39 | |
| parent | ec2a79ee94daa89ec634c9659aa7c2a6848cadc4 (diff) | |
refresh Reflection
| -rw-r--r-- | PHPINFO | 8 | ||||
| -rw-r--r-- | REFLECTION | 157 | 
2 files changed, 130 insertions, 35 deletions
@@ -3,8 +3,8 @@ openswoole  Open Swoole => enabled  Author => Open Swoole Group <hello@openswoole.com> -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 openswoole version 4.11.1 ] { +Extension [ <persistent> extension #120 openswoole version 4.12.0 ] {    - Dependencies {      Dependency [ swoole (Conflicts) ] @@ -30,11 +30,11 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {        - Parameters [0] {        } -      - Return [  ] +      - Return [ Ù' ]      }      Method [ <internal:openswoole> public method swoole_timer_clear ] { @@ -961,8 +961,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -1052,8 +1053,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getMessage ] { @@ -2083,7 +2085,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {        }      } -    Class [ <internal:openswoole> <iterateable> class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { +    Class [ <internal:openswoole> <iterateable> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] { @@ -2120,6 +2123,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ mixed ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] { @@ -2128,6 +2132,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {              Parameter #0 [ <required> mixed $key ]              Parameter #1 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] { @@ -2135,6 +2140,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method append ] { @@ -2142,24 +2148,28 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method getArrayCopy ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method getFlags ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] { @@ -2167,6 +2177,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> int $flags ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method asort ] { @@ -2174,6 +2185,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] { @@ -2181,6 +2193,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] { @@ -2188,6 +2201,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> callable $callback ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] { @@ -2195,18 +2209,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> callable $callback ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method natsort ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method natcasesort ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] { @@ -2214,18 +2231,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> string $data ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method serialize ] {            - Parameters [0] {            } +          - Tentative return [ string ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { @@ -2233,36 +2253,42 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> array $data ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method current ] {            - Parameters [0] {            } +          - Tentative return [ mixed ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method key ] {            - Parameters [0] {            } +          - Tentative return [ string|int|null ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method next ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] { @@ -2270,12 +2296,14 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> int $offset ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }        }      } @@ -2632,7 +2660,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {        }      } -    Class [ <internal:openswoole> <iterateable> class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { +    Class [ <internal:openswoole> <iterateable> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] { @@ -2669,6 +2698,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ mixed ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] { @@ -2677,6 +2707,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {              Parameter #0 [ <required> mixed $key ]              Parameter #1 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] { @@ -2684,6 +2715,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method append ] { @@ -2691,24 +2723,28 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method getArrayCopy ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method getFlags ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] { @@ -2716,6 +2752,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> int $flags ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method asort ] { @@ -2723,6 +2760,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] { @@ -2730,6 +2768,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] { @@ -2737,6 +2776,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> callable $callback ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] { @@ -2744,18 +2784,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> callable $callback ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method natsort ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method natcasesort ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] { @@ -2763,18 +2806,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> string $data ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method serialize ] {            - Parameters [0] {            } +          - Tentative return [ string ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { @@ -2782,36 +2828,42 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> array $data ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method current ] {            - Parameters [0] {            } +          - Tentative return [ mixed ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method key ] {            - Parameters [0] {            } +          - Tentative return [ string|int|null ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method next ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] { @@ -2819,12 +2871,14 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> int $offset ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }        }      } @@ -2860,6 +2914,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetGet ] { @@ -2867,6 +2922,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ mixed ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetSet ] { @@ -2875,6 +2931,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {              Parameter #0 [ <required> mixed $key ]              Parameter #1 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetUnset ] { @@ -2882,6 +2939,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject> public method append ] { @@ -2889,24 +2947,28 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject> public method getArrayCopy ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:SPL, inherits ArrayObject> public method getFlags ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:SPL, inherits ArrayObject> public method setFlags ] { @@ -2914,6 +2976,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> int $flags ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject> public method asort ] { @@ -2921,6 +2984,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject> public method ksort ] { @@ -2928,6 +2992,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject> public method uasort ] { @@ -2935,6 +3000,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> callable $callback ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject> public method uksort ] { @@ -2942,18 +3008,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> callable $callback ]            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject> public method natsort ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject> public method natcasesort ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype Serializable> public method unserialize ] { @@ -2961,18 +3030,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> string $data ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype Serializable> public method serialize ] {            - Parameters [0] {            } +          - Tentative return [ string ]          }          Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] { @@ -2980,12 +3052,14 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> array $data ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject, prototype IteratorAggregate> public method getIterator ] {            - Parameters [0] {            } +          - Tentative return [ Iterator ]          }          Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] { @@ -2993,6 +3067,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> object|array $array ]            } +          - Tentative return [ array ]          }          Method [ <internal:SPL, inherits ArrayObject> public method setIteratorClass ] { @@ -3000,18 +3075,21 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> string $iteratorClass ]            } +          - Tentative return [ void ]          }          Method [ <internal:SPL, inherits ArrayObject> public method getIteratorClass ] {            - Parameters [0] {            } +          - Tentative return [ string ]          }          Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] {            - Parameters [0] {            } +          - Tentative return [ array ]          }        }      } @@ -3030,8 +3108,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -3484,8 +3563,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -3855,8 +3935,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -4114,8 +4195,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -4613,8 +4695,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -4901,8 +4984,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -6621,8 +6705,8 @@ Extension [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -7212,7 +7297,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:openswoole, prototype Iterator> public method next ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:openswoole, prototype Iterator> public method current ] {            - Parameters [0] {            } +          - Tentative return [ mixed ]          }          Method [ <internal:openswoole, prototype Iterator> public method key ] {            - Parameters [0] {            } +          - Tentative return [ mixed ]          }          Method [ <internal:openswoole, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Tentative return [ bool ]          }          Method [ <internal:openswoole, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Tentative return [ int ]          }          Method [ <internal:openswoole, prototype ArrayAccess> public method offsetExists ] { @@ -7408,6 +7499,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ bool ]          }          Method [ <internal:openswoole, prototype ArrayAccess> public method offsetGet ] { @@ -7415,6 +7507,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ mixed ]          }          Method [ <internal:openswoole, prototype ArrayAccess> public method offsetSet ] { @@ -7423,6 +7516,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {              Parameter #0 [ <required> mixed $key ]              Parameter #1 [ <required> mixed $value ]            } +          - Tentative return [ void ]          }          Method [ <internal:openswoole, prototype ArrayAccess> public method offsetUnset ] { @@ -7430,6 +7524,7 @@ Extension [ <persistent> extension #120 openswoole version 4.11.1 ] {            - Parameters [1] {              Parameter #0 [ <required> mixed $key ]            } +          - Tentative return [ void ]          }        }      }  | 
