diff options
| -rw-r--r-- | REFLECTION | 2108 | 
1 files changed, 1306 insertions, 802 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #90 openswoole version 4.7.2 ] { +Extension [ <persistent> extension #88 openswoole version 4.7.2 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -250,9 +250,9 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {      Constant [ int SWOOLE_RWLOCK ] { 1 }      Constant [ int SWOOLE_SPINLOCK ] { 5 }      Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 } -    Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0,001 } +    Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0.001 }      Constant [ int SWOOLE_TIMER_MAX_MS ] { 9223372036854775807 } -    Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9,2233720368548E+15 } +    Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9.2233720368548E+15 }      Constant [ int SWOOLE_DEFAULT_MAX_CORO_NUM ] { 100000 }      Constant [ int SWOOLE_CORO_MAX_NUM_LIMIT ] { 9223372036854775807 }      Constant [ int SWOOLE_CORO_INIT ] { 0 } @@ -426,8 +426,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [3] {          Parameter #0 [ <required> $domain_name ] -        Parameter #1 [ <optional> $timeout ] -        Parameter #2 [ <optional> $type ] +        Parameter #1 [ <optional> $timeout = <default> ] +        Parameter #2 [ <optional> $type = <default> ]        }      }      Function [ <internal:openswoole> function swoole_async_set ] { @@ -460,8 +460,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {      Function [ <internal:openswoole> function swoole_test_kernel_coroutine ] {        - Parameters [2] { -        Parameter #0 [ <optional> $count ] -        Parameter #1 [ <optional> $sleep_time ] +        Parameter #0 [ <optional> $count = <default> ] +        Parameter #1 [ <optional> $sleep_time = <default> ]        }      }      Function [ <internal:openswoole> function swoole_client_select ] { @@ -470,7 +470,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Parameter #0 [ <required> &$read_array ]          Parameter #1 [ <required> &$write_array ]          Parameter #2 [ <required> &$error_array ] -        Parameter #3 [ <optional> $timeout ] +        Parameter #3 [ <optional> $timeout = <default> ]        }      }      Function [ <internal:openswoole> function swoole_select ] { @@ -479,7 +479,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Parameter #0 [ <required> &$read_array ]          Parameter #1 [ <required> &$write_array ]          Parameter #2 [ <required> &$error_array ] -        Parameter #3 [ <optional> $timeout ] +        Parameter #3 [ <optional> $timeout = <default> ]        }      }      Function [ <internal:openswoole> function swoole_set_process_name ] { @@ -502,7 +502,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [2] {          Parameter #0 [ <required> $errno ] -        Parameter #1 [ <optional> $error_type ] +        Parameter #1 [ <optional> $error_type = <default> ]        }      }      Function [ <internal:openswoole> function swoole_errno ] { @@ -526,7 +526,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [2] {          Parameter #0 [ <required> $data ] -        Parameter #1 [ <optional> $type ] +        Parameter #1 [ <optional> $type = <default> ]        }      }      Function [ <internal:openswoole> function swoole_mime_type_add ] { @@ -582,8 +582,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [4] {          Parameter #0 [ <required> $str ]          Parameter #1 [ <required> $offset ] -        Parameter #2 [ <optional> $length ] -        Parameter #3 [ <optional> $options ] +        Parameter #2 [ <optional> $length = <default> ] +        Parameter #3 [ <optional> $options = <default> ]        }      }      Function [ <internal:openswoole> function swoole_substr_json_decode ] { @@ -591,10 +591,10 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [6] {          Parameter #0 [ <required> $json ]          Parameter #1 [ <required> $offset ] -        Parameter #2 [ <optional> $length ] -        Parameter #3 [ <optional> $associative ] -        Parameter #4 [ <optional> $depth ] -        Parameter #5 [ <optional> $flags ] +        Parameter #2 [ <optional> $length = <default> ] +        Parameter #3 [ <optional> $associative = <default> ] +        Parameter #4 [ <optional> $depth = <default> ] +        Parameter #5 [ <optional> $flags = <default> ]        }      }      Function [ <internal:openswoole> function swoole_internal_call_user_shutdown_begin ] { @@ -618,9 +618,9 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [4] {          Parameter #0 [ <required> $fd ] -        Parameter #1 [ <required> callable or NULL $read_callback ] -        Parameter #2 [ <optional> callable or NULL $write_callback ] -        Parameter #3 [ <optional> $events ] +        Parameter #1 [ <required> ?callable $read_callback ] +        Parameter #2 [ <optional> ?callable $write_callback = <default> ] +        Parameter #3 [ <optional> $events = <default> ]        }      }      Method [ <internal:openswoole> public method swoole_event_del ] { @@ -633,16 +633,16 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [4] {          Parameter #0 [ <required> $fd ] -        Parameter #1 [ <optional> callable or NULL $read_callback ] -        Parameter #2 [ <optional> callable or NULL $write_callback ] -        Parameter #3 [ <optional> $events ] +        Parameter #1 [ <optional> ?callable $read_callback = <default> ] +        Parameter #2 [ <optional> ?callable $write_callback = <default> ] +        Parameter #3 [ <optional> $events = <default> ]        }      }      Method [ <internal:openswoole> public method swoole_event_isset ] {        - Parameters [2] {          Parameter #0 [ <required> $fd ] -        Parameter #1 [ <optional> $events ] +        Parameter #1 [ <optional> $events = <default> ]        }      }      Method [ <internal:openswoole> public method swoole_event_dispatch ] { @@ -659,8 +659,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {      Method [ <internal:openswoole> public method swoole_event_cycle ] {        - Parameters [2] { -        Parameter #0 [ <required> callable or NULL $callback ] -        Parameter #1 [ <optional> $before ] +        Parameter #0 [ <required> ?callable $callback ] +        Parameter #1 [ <optional> $before = <default> ]        }      }      Method [ <internal:openswoole> public method swoole_event_write ] { @@ -733,10 +733,184 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        - Parameters [0] {        }      } +    Function [ <internal:openswoole> function swoole_native_curl_close ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ void ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_copy_handle ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ CurlHandle|false ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_errno ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ int ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_error ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ string ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_exec ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ string|bool ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_getinfo ] { + +      - Parameters [2] { +        Parameter #0 [ <required> CurlHandle $handle ] +        Parameter #1 [ <optional> ?int $option = null ] +      } +      - Return [ mixed ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_init ] { + +      - Parameters [1] { +        Parameter #0 [ <optional> ?string $url = null ] +      } +      - Return [ CurlHandle|false ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_setopt ] { + +      - Parameters [3] { +        Parameter #0 [ <required> CurlHandle $handle ] +        Parameter #1 [ <required> int $option ] +        Parameter #2 [ <required> mixed $value ] +      } +      - Return [ bool ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_setopt_array ] { + +      - Parameters [2] { +        Parameter #0 [ <required> CurlHandle $handle ] +        Parameter #1 [ <required> array $options ] +      } +      - Return [ bool ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_reset ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ void ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_escape ] { + +      - Parameters [2] { +        Parameter #0 [ <required> CurlHandle $handle ] +        Parameter #1 [ <required> string $string ] +      } +      - Return [ string|false ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_unescape ] { + +      - Parameters [2] { +        Parameter #0 [ <required> CurlHandle $handle ] +        Parameter #1 [ <required> string $string ] +      } +      - Return [ string|false ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_pause ] { + +      - Parameters [2] { +        Parameter #0 [ <required> CurlHandle $handle ] +        Parameter #1 [ <required> int $flags ] +      } +      - Return [ int ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_add_handle ] { + +      - Parameters [2] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +        Parameter #1 [ <required> CurlHandle $handle ] +      } +      - Return [ int ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_close ] { + +      - Parameters [1] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +      } +      - Return [ void ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_errno ] { + +      - Parameters [1] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +      } +      - Return [ int ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_exec ] { + +      - Parameters [2] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +        Parameter #1 [ <required> &$still_running ] +      } +      - Return [ int ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_select ] { + +      - Parameters [2] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +        Parameter #1 [ <optional> float $timeout = 1.0 ] +      } +      - Return [ int ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_setopt ] { + +      - Parameters [3] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +        Parameter #1 [ <required> int $option ] +        Parameter #2 [ <required> mixed $value ] +      } +      - Return [ bool ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_getcontent ] { + +      - Parameters [1] { +        Parameter #0 [ <required> CurlHandle $handle ] +      } +      - Return [ ?string ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_info_read ] { + +      - Parameters [2] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +        Parameter #1 [ <optional> &$queued_messages = null ] +      } +      - Return [ array|false ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_init ] { + +      - Parameters [0] { +      } +      - Return [ Swoole\Coroutine\Curl\MultiHandle ] +    } +    Function [ <internal:openswoole> function swoole_native_curl_multi_remove_handle ] { + +      - Parameters [2] { +        Parameter #0 [ <required> Swoole\Coroutine\Curl\MultiHandle $multi_handle ] +        Parameter #1 [ <required> CurlHandle $handle ] +      } +      - Return [ int ] +    }    } -  - Classes [52] { -    Class [ <internal:openswoole> class Swoole\Exception extends Exception implements Throwable ] { +  - Classes [53] { +    Class [ <internal:openswoole> class Swoole\Exception extends Exception implements Stringable, Throwable ] {        - Constants [0] {        } @@ -748,52 +922,86 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } -    Class [ <internal:openswoole> class Swoole\Error extends Error implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\Error extends Error implements Stringable, Throwable ] {        - Constants [0] {        } @@ -805,47 +1013,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Error, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Error> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Error, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Error, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -863,9 +1105,9 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <required> callable or NULL $read_callback ] -            Parameter #2 [ <optional> callable or NULL $write_callback ] -            Parameter #3 [ <optional> $events ] +            Parameter #1 [ <required> ?callable $read_callback ] +            Parameter #2 [ <optional> ?callable $write_callback = <default> ] +            Parameter #3 [ <optional> $events = <default> ]            }          } @@ -880,9 +1122,9 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> callable or NULL $read_callback ] -            Parameter #2 [ <optional> callable or NULL $write_callback ] -            Parameter #3 [ <optional> $events ] +            Parameter #1 [ <optional> ?callable $read_callback = <default> ] +            Parameter #2 [ <optional> ?callable $write_callback = <default> ] +            Parameter #3 [ <optional> $events = <default> ]            }          } @@ -890,7 +1132,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $events ] +            Parameter #1 [ <optional> $events = <default> ]            }          } @@ -910,8 +1152,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> static public method cycle ] {            - Parameters [2] { -            Parameter #0 [ <required> callable or NULL $callback ] -            Parameter #1 [ <optional> $before ] +            Parameter #0 [ <required> ?callable $callback ] +            Parameter #1 [ <optional> $before = <default> ]            }          } @@ -967,21 +1209,21 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <optional> $value ] +            Parameter #0 [ <optional> $value = <default> ]            }          }          Method [ <internal:openswoole> public method add ] {            - Parameters [1] { -            Parameter #0 [ <optional> $add_value ] +            Parameter #0 [ <optional> $add_value = <default> ]            }          }          Method [ <internal:openswoole> public method sub ] {            - Parameters [1] { -            Parameter #0 [ <optional> $sub_value ] +            Parameter #0 [ <optional> $sub_value = <default> ]            }          } @@ -1001,14 +1243,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method wait ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method wakeup ] {            - Parameters [1] { -            Parameter #0 [ <optional> $count ] +            Parameter #0 [ <optional> $count = <default> ]            }          } @@ -1040,21 +1282,21 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <optional> $value ] +            Parameter #0 [ <optional> $value = <default> ]            }          }          Method [ <internal:openswoole> public method add ] {            - Parameters [1] { -            Parameter #0 [ <optional> $add_value ] +            Parameter #0 [ <optional> $add_value = <default> ]            }          }          Method [ <internal:openswoole> public method sub ] {            - Parameters [1] { -            Parameter #0 [ <optional> $sub_value ] +            Parameter #0 [ <optional> $sub_value = <default> ]            }          } @@ -1098,19 +1340,19 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [1] { -        Property [ <default> public $errCode ] +        Property [ public $errCode = 0 ]        }        - Methods [9] {          Method [ <internal:openswoole, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <optional> $type ] -            Parameter #1 [ <optional> $filename ] +            Parameter #0 [ <optional> $type = <default> ] +            Parameter #1 [ <optional> $filename = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -1125,7 +1367,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method lockwait ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -1178,7 +1420,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> static public method wait ] {            - Parameters [1] { -            Parameter #0 [ <optional> $blocking ] +            Parameter #0 [ <optional> $blocking = <default> ]            }          } @@ -1194,7 +1436,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $usec ] -            Parameter #1 [ <optional> $type ] +            Parameter #1 [ <optional> $type = <default> ]            }          } @@ -1202,16 +1444,16 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $pid ] -            Parameter #1 [ <optional> $signal_no ] +            Parameter #1 [ <optional> $signal_no = <default> ]            }          }          Method [ <internal:openswoole> static public method daemon ] {            - Parameters [3] { -            Parameter #0 [ <optional> $nochdir ] -            Parameter #1 [ <optional> $noclose ] -            Parameter #2 [ <optional> $pipes ] +            Parameter #0 [ <optional> $nochdir = <default> ] +            Parameter #1 [ <optional> $noclose = <default> ] +            Parameter #2 [ <optional> $pipes = <default> ]            }          } @@ -1224,12 +1466,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [6] { -        Property [ <default> public $pipe ] -        Property [ <default> public $msgQueueId ] -        Property [ <default> public $msgQueueKey ] -        Property [ <default> public $pid ] -        Property [ <default> public $id ] -        Property [ <default> private $callback ] +        Property [ public $pipe = NULL ] +        Property [ public $msgQueueId = NULL ] +        Property [ public $msgQueueKey = NULL ] +        Property [ public $pid = NULL ] +        Property [ public $id = NULL ] +        Property [ private $callback = NULL ]        }        - Methods [20] { @@ -1237,13 +1479,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> callable $callback ] -            Parameter #1 [ <optional> $redirect_stdin_and_stdout ] -            Parameter #2 [ <optional> $pipe_type ] -            Parameter #3 [ <optional> $enable_coroutine ] +            Parameter #1 [ <optional> $redirect_stdin_and_stdout = <default> ] +            Parameter #2 [ <optional> $pipe_type = <default> ] +            Parameter #3 [ <optional> $enable_coroutine = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -1288,9 +1530,9 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method useQueue ] {            - Parameters [3] { -            Parameter #0 [ <optional> $key ] -            Parameter #1 [ <optional> $mode ] -            Parameter #2 [ <optional> $capacity ] +            Parameter #0 [ <optional> $key = <default> ] +            Parameter #1 [ <optional> $mode = <default> ] +            Parameter #2 [ <optional> $capacity = <default> ]            }          } @@ -1328,7 +1570,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method read ] {            - Parameters [1] { -            Parameter #0 [ <optional> $size ] +            Parameter #0 [ <optional> $size = <default> ]            }          } @@ -1342,14 +1584,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method pop ] {            - Parameters [1] { -            Parameter #0 [ <optional> $size ] +            Parameter #0 [ <optional> $size = <default> ]            }          }          Method [ <internal:openswoole> public method exit ] {            - Parameters [1] { -            Parameter #0 [ <optional> $exit_code ] +            Parameter #0 [ <optional> $exit_code = <default> ]            }          } @@ -1388,8 +1630,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [2] { -        Property [ <default> public $master_pid ] -        Property [ <default> public $workers ] +        Property [ public $master_pid = -1 ] +        Property [ public $workers = NULL ]        }        - Methods [11] { @@ -1397,13 +1639,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $worker_num ] -            Parameter #1 [ <optional> $ipc_type ] -            Parameter #2 [ <optional> $msgqueue_key ] -            Parameter #3 [ <optional> $enable_coroutine ] +            Parameter #1 [ <optional> $ipc_type = <default> ] +            Parameter #2 [ <optional> $msgqueue_key = <default> ] +            Parameter #3 [ <optional> $enable_coroutine = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -1427,7 +1669,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method getProcess ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -1435,8 +1677,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $backlog ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $backlog = <default> ]            }          } @@ -1488,8 +1730,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [2] { -        Property [ <default> public $size ] -        Property [ <default> public $memorySize ] +        Property [ public $size = NULL ] +        Property [ public $memorySize = NULL ]        }        - Methods [20] { @@ -1497,7 +1739,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $table_size ] -            Parameter #1 [ <optional> $conflict_proportion ] +            Parameter #1 [ <optional> $conflict_proportion = <default> ]            }          } @@ -1506,7 +1748,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $name ]              Parameter #1 [ <required> $type ] -            Parameter #2 [ <optional> $size ] +            Parameter #2 [ <optional> $size = <default> ]            }          } @@ -1534,7 +1776,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $field ] +            Parameter #1 [ <optional> $field = <default> ]            }          } @@ -1577,7 +1819,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $column ] -            Parameter #2 [ <optional> $incrby ] +            Parameter #2 [ <optional> $incrby = <default> ]            }          } @@ -1586,7 +1828,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $column ] -            Parameter #2 [ <optional> $decrby ] +            Parameter #2 [ <optional> $decrby = <default> ]            }          } @@ -1735,44 +1977,44 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <optional> $array ] -            Parameter #1 [ <optional> $flags ] +            Parameter #0 [ <optional> object|array $array = [] ] +            Parameter #1 [ <optional> int $flags = 0 ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {            - Parameters [2] { -            Parameter #0 [ <required> $index ] -            Parameter #1 [ <required> $newval ] +            Parameter #0 [ <required> mixed $key ] +            Parameter #1 [ <required> mixed $value ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method append ] {            - Parameters [1] { -            Parameter #0 [ <required> $value ] +            Parameter #0 [ <required> mixed $value ]            }          } @@ -1797,33 +2039,35 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {            - Parameters [1] { -            Parameter #0 [ <required> $flags ] +            Parameter #0 [ <required> int $flags ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method asort ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {            - Parameters [1] { -            Parameter #0 [ <required> $cmp_function ] +            Parameter #0 [ <required> callable $callback ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {            - Parameters [1] { -            Parameter #0 [ <required> $cmp_function ] +            Parameter #0 [ <required> callable $callback ]            }          } @@ -1842,7 +2086,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {            - Parameters [1] { -            Parameter #0 [ <required> $serialized ] +            Parameter #0 [ <required> string $data ]            }          } @@ -1852,22 +2096,16 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { - -          - Parameters [1] { -            Parameter #0 [ <required> $serialized ] -          } -        } -          Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {            - Parameters [0] {            }          } -        Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { +        Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <required> array $data ]            }          } @@ -1904,7 +2142,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {            - Parameters [1] { -            Parameter #0 [ <required> $position ] +            Parameter #0 [ <required> int $offset ] +          } +        } + +        Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { + +          - Parameters [0] {            }          }        } @@ -2007,46 +2251,46 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> static public method getPcid ] {            - Parameters [1] { -            Parameter #0 [ <optional> $cid ] +            Parameter #0 [ <optional> $cid = <default> ]            }          }          Method [ <internal:openswoole> static public method getContext ] {            - Parameters [1] { -            Parameter #0 [ <optional> $cid ] +            Parameter #0 [ <optional> $cid = <default> ]            }          }          Method [ <internal:openswoole> static public method getBackTrace ] {            - Parameters [3] { -            Parameter #0 [ <optional> $cid ] -            Parameter #1 [ <optional> $options ] -            Parameter #2 [ <optional> $limit ] +            Parameter #0 [ <optional> $cid = <default> ] +            Parameter #1 [ <optional> $options = <default> ] +            Parameter #2 [ <optional> $limit = <default> ]            }          }          Method [ <internal:openswoole> static public method printBackTrace ] {            - Parameters [3] { -            Parameter #0 [ <optional> $cid ] -            Parameter #1 [ <optional> $options ] -            Parameter #2 [ <optional> $limit ] +            Parameter #0 [ <optional> $cid = <default> ] +            Parameter #1 [ <optional> $options = <default> ] +            Parameter #2 [ <optional> $limit = <default> ]            }          }          Method [ <internal:openswoole> static public method getElapsed ] {            - Parameters [1] { -            Parameter #0 [ <optional> $cid ] +            Parameter #0 [ <optional> $cid = <default> ]            }          }          Method [ <internal:openswoole> static public method getStackUsage ] {            - Parameters [1] { -            Parameter #0 [ <optional> $cid ] +            Parameter #0 [ <optional> $cid = <default> ]            }          } @@ -2078,8 +2322,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $domain_name ] -            Parameter #1 [ <optional> $family ] -            Parameter #2 [ <optional> $timeout ] +            Parameter #1 [ <optional> $family = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ]            }          } @@ -2087,8 +2331,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $domain_name ] -            Parameter #1 [ <optional> $timeout ] -            Parameter #2 [ <optional> $type ] +            Parameter #1 [ <optional> $timeout = <default> ] +            Parameter #2 [ <optional> $type = <default> ]            }          } @@ -2096,7 +2340,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $command ] -            Parameter #1 [ <optional> $get_error_stream ] +            Parameter #1 [ <optional> $get_error_stream = <default> ]            }          } @@ -2111,11 +2355,11 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [6] {              Parameter #0 [ <required> $hostname ] -            Parameter #1 [ <optional> $family ] -            Parameter #2 [ <optional> $socktype ] -            Parameter #3 [ <optional> $protocol ] -            Parameter #4 [ <optional> $service ] -            Parameter #5 [ <optional> $timeout ] +            Parameter #1 [ <optional> $family = <default> ] +            Parameter #2 [ <optional> $socktype = <default> ] +            Parameter #3 [ <optional> $protocol = <default> ] +            Parameter #4 [ <optional> $service = <default> ] +            Parameter #5 [ <optional> $timeout = <default> ]            }          } @@ -2138,14 +2382,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $filename ]              Parameter #1 [ <required> $data ] -            Parameter #2 [ <optional> $flags ] +            Parameter #2 [ <optional> $flags = <default> ]            }          }          Method [ <internal:openswoole> static public method wait ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -2153,7 +2397,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $pid ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -2161,7 +2405,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $signo ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -2169,8 +2413,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $events ] -            Parameter #2 [ <optional> $timeout ] +            Parameter #1 [ <optional> $events = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ]            }          } @@ -2178,7 +2422,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $handle ] -            Parameter #1 [ <optional> $length ] +            Parameter #1 [ <optional> $length = <default> ]            }          } @@ -2194,7 +2438,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $handle ]              Parameter #1 [ <required> $string ] -            Parameter #2 [ <optional> $length ] +            Parameter #2 [ <optional> $length = <default> ]            }          }        } @@ -2226,44 +2470,44 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <optional> $array ] -            Parameter #1 [ <optional> $flags ] +            Parameter #0 [ <optional> object|array $array = [] ] +            Parameter #1 [ <optional> int $flags = 0 ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {            - Parameters [2] { -            Parameter #0 [ <required> $index ] -            Parameter #1 [ <required> $newval ] +            Parameter #0 [ <required> mixed $key ] +            Parameter #1 [ <required> mixed $value ]            }          }          Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method append ] {            - Parameters [1] { -            Parameter #0 [ <required> $value ] +            Parameter #0 [ <required> mixed $value ]            }          } @@ -2288,33 +2532,35 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {            - Parameters [1] { -            Parameter #0 [ <required> $flags ] +            Parameter #0 [ <required> int $flags ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method asort ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {            - Parameters [1] { -            Parameter #0 [ <required> $cmp_function ] +            Parameter #0 [ <required> callable $callback ]            }          }          Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {            - Parameters [1] { -            Parameter #0 [ <required> $cmp_function ] +            Parameter #0 [ <required> callable $callback ]            }          } @@ -2333,7 +2579,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {            - Parameters [1] { -            Parameter #0 [ <required> $serialized ] +            Parameter #0 [ <required> string $data ]            }          } @@ -2343,22 +2589,16 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { - -          - Parameters [1] { -            Parameter #0 [ <required> $serialized ] -          } -        } -          Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {            - Parameters [0] {            }          } -        Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { +        Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <required> array $data ]            }          } @@ -2395,7 +2635,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {            - Parameters [1] { -            Parameter #0 [ <required> $position ] +            Parameter #0 [ <required> int $offset ] +          } +        } + +        Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { + +          - Parameters [0] {            }          }        } @@ -2421,45 +2667,45 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $input ] -            Parameter #1 [ <optional> $flags ] -            Parameter #2 [ <optional> $iterator_class ] +            Parameter #0 [ <optional> object|array $array = [] ] +            Parameter #1 [ <optional> int $flags = 0 ] +            Parameter #2 [ <optional> string $iteratorClass = ArrayIterator::class ]            }          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetGet ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetSet ] {            - Parameters [2] { -            Parameter #0 [ <required> $index ] -            Parameter #1 [ <required> $newval ] +            Parameter #0 [ <required> mixed $key ] +            Parameter #1 [ <required> mixed $value ]            }          }          Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <required> mixed $key ]            }          }          Method [ <internal:SPL, inherits ArrayObject> public method append ] {            - Parameters [1] { -            Parameter #0 [ <required> $value ] +            Parameter #0 [ <required> mixed $value ]            }          } @@ -2484,33 +2730,35 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayObject> public method setFlags ] {            - Parameters [1] { -            Parameter #0 [ <required> $flags ] +            Parameter #0 [ <required> int $flags ]            }          }          Method [ <internal:SPL, inherits ArrayObject> public method asort ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            }          }          Method [ <internal:SPL, inherits ArrayObject> public method ksort ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> int $flags = SORT_REGULAR ]            }          }          Method [ <internal:SPL, inherits ArrayObject> public method uasort ] {            - Parameters [1] { -            Parameter #0 [ <required> $cmp_function ] +            Parameter #0 [ <required> callable $callback ]            }          }          Method [ <internal:SPL, inherits ArrayObject> public method uksort ] {            - Parameters [1] { -            Parameter #0 [ <required> $cmp_function ] +            Parameter #0 [ <required> callable $callback ]            }          } @@ -2529,7 +2777,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayObject, prototype Serializable> public method unserialize ] {            - Parameters [1] { -            Parameter #0 [ <required> $serialized ] +            Parameter #0 [ <required> string $data ]            }          } @@ -2539,22 +2787,16 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] { - -          - Parameters [1] { -            Parameter #0 [ <required> $serialized ] -          } -        } -          Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] {            - Parameters [0] {            }          } -        Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] { +        Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <required> array $data ]            }          } @@ -2567,14 +2809,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] {            - Parameters [1] { -            Parameter #0 [ <required> $input ] +            Parameter #0 [ <required> object|array $array ]            }          }          Method [ <internal:SPL, inherits ArrayObject> public method setIteratorClass ] {            - Parameters [1] { -            Parameter #0 [ <required> $iteratorClass ] +            Parameter #0 [ <required> string $iteratorClass ]            }          } @@ -2583,10 +2825,16 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [0] {            }          } + +        Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] { + +          - Parameters [0] { +          } +        }        }      } -    Class [ <internal:openswoole> class Swoole\ExitException extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\ExitException extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -2598,12 +2846,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [6] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] -        Property [ <default> private $flags ] -        Property [ <default> private $status ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ] +        Property [ private $flags = 0 ] +        Property [ private $status = 0 ]        }        - Methods [12] { @@ -2622,37 +2870,71 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -2670,8 +2952,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $domain_name ] -            Parameter #1 [ <optional> $family ] -            Parameter #2 [ <optional> $timeout ] +            Parameter #1 [ <optional> $family = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ]            }          } @@ -2679,8 +2961,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $domain_name ] -            Parameter #1 [ <optional> $timeout ] -            Parameter #2 [ <optional> $type ] +            Parameter #1 [ <optional> $timeout = <default> ] +            Parameter #2 [ <optional> $type = <default> ]            }          } @@ -2688,7 +2970,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $command ] -            Parameter #1 [ <optional> $get_error_stream ] +            Parameter #1 [ <optional> $get_error_stream = <default> ]            }          } @@ -2703,11 +2985,11 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [6] {              Parameter #0 [ <required> $hostname ] -            Parameter #1 [ <optional> $family ] -            Parameter #2 [ <optional> $socktype ] -            Parameter #3 [ <optional> $protocol ] -            Parameter #4 [ <optional> $service ] -            Parameter #5 [ <optional> $timeout ] +            Parameter #1 [ <optional> $family = <default> ] +            Parameter #2 [ <optional> $socktype = <default> ] +            Parameter #3 [ <optional> $protocol = <default> ] +            Parameter #4 [ <optional> $service = <default> ] +            Parameter #5 [ <optional> $timeout = <default> ]            }          } @@ -2730,14 +3012,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $filename ]              Parameter #1 [ <required> $data ] -            Parameter #2 [ <optional> $flags ] +            Parameter #2 [ <optional> $flags = <default> ]            }          }          Method [ <internal:openswoole> static public method wait ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -2745,7 +3027,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $pid ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -2753,7 +3035,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $signo ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -2761,8 +3043,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $events ] -            Parameter #2 [ <optional> $timeout ] +            Parameter #1 [ <optional> $events = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ]            }          } @@ -2770,7 +3052,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $handle ] -            Parameter #1 [ <optional> $length ] +            Parameter #1 [ <optional> $length = <default> ]            }          } @@ -2779,7 +3061,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $handle ]              Parameter #1 [ <required> $string ] -            Parameter #2 [ <optional> $length ] +            Parameter #2 [ <optional> $length = <default> ]            }          } @@ -2825,7 +3107,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $n ] -            Parameter #1 [ <optional> callable $func ] +            Parameter #1 [ <optional> callable $func = <default> ]              Parameter #2 [ <optional> ...$params ]            }          } @@ -2863,15 +3145,15 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [2] { -        Property [ <default> public $capacity ] -        Property [ <default> public $errCode ] +        Property [ public $capacity = 0 ] +        Property [ public $errCode = 0 ]        }        - Methods [8] {          Method [ <internal:openswoole, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <optional> $size ] +            Parameter #0 [ <optional> $size = <default> ]            }          } @@ -2879,14 +3161,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method pop ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -2934,8 +3216,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> static public method enableCoroutine ] {            - Parameters [2] { -            Parameter #0 [ <optional> $enable ] -            Parameter #1 [ <optional> $flags ] +            Parameter #0 [ <optional> $enable = <default> ] +            Parameter #1 [ <optional> $flags = <default> ]            }          } @@ -2960,7 +3242,25 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }      } -    Class [ <internal:openswoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> final class Swoole\Coroutine\Curl\MultiHandle ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } + +    Class [ <internal:openswoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -2972,47 +3272,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -3029,12 +3363,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [6] { -        Property [ <default> public $fd ] -        Property [ <default> public $domain ] -        Property [ <default> public $type ] -        Property [ <default> public $protocol ] -        Property [ <default> public $errCode ] -        Property [ <default> public $errMsg ] +        Property [ public $fd = -1 ] +        Property [ public $domain = 0 ] +        Property [ public $type = 0 ] +        Property [ public $protocol = 0 ] +        Property [ public $errCode = 0 ] +        Property [ public $errMsg = '' ]        }        - Methods [30] { @@ -3043,7 +3377,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $domain ]              Parameter #1 [ <required> $type ] -            Parameter #2 [ <optional> $protocol ] +            Parameter #2 [ <optional> $protocol = <default> ]            }          } @@ -3051,21 +3385,21 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $address ] -            Parameter #1 [ <optional> $port ] +            Parameter #1 [ <optional> $port = <default> ]            }          }          Method [ <internal:openswoole> public method listen ] {            - Parameters [1] { -            Parameter #0 [ <optional> $backlog ] +            Parameter #0 [ <optional> $backlog = <default> ]            }          }          Method [ <internal:openswoole> public method accept ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -3073,8 +3407,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $timeout ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ]            }          } @@ -3087,46 +3421,46 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method peek ] {            - Parameters [1] { -            Parameter #0 [ <optional> $length ] +            Parameter #0 [ <optional> $length = <default> ]            }          }          Method [ <internal:openswoole> public method recv ] {            - Parameters [2] { -            Parameter #0 [ <optional> $length ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #0 [ <optional> $length = <default> ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method recvAll ] {            - Parameters [2] { -            Parameter #0 [ <optional> $length ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #0 [ <optional> $length = <default> ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method recvLine ] {            - Parameters [2] { -            Parameter #0 [ <optional> $length ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #0 [ <optional> $length = <default> ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method recvWithBuffer ] {            - Parameters [2] { -            Parameter #0 [ <optional> $length ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #0 [ <optional> $length = <default> ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method recvPacket ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -3134,7 +3468,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3142,7 +3476,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $io_vector ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3150,7 +3484,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $io_vector ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3158,7 +3492,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $io_vector ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3166,7 +3500,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $io_vector ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3174,8 +3508,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $filename ] -            Parameter #1 [ <optional> $offset ] -            Parameter #2 [ <optional> $length ] +            Parameter #1 [ <optional> $offset = <default> ] +            Parameter #2 [ <optional> $length = <default> ]            }          } @@ -3183,7 +3517,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3191,7 +3525,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> &$peername ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -3237,14 +3571,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method shutdown ] {            - Parameters [1] { -            Parameter #0 [ <optional> $how ] +            Parameter #0 [ <optional> $how = <default> ]            }          }          Method [ <internal:openswoole> public method cancel ] {            - Parameters [1] { -            Parameter #0 [ <optional> $event ] +            Parameter #0 [ <optional> $event = <default> ]            }          } @@ -3268,7 +3602,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }      } -    Class [ <internal:openswoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -3280,47 +3614,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -3344,13 +3712,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [7] { -        Property [ <default> public $errCode ] -        Property [ <default> public $sock ] -        Property [ <default> public $reuse ] -        Property [ <default> public $reuseCount ] -        Property [ <default> public $type ] -        Property [ <default> public $id ] -        Property [ <default> public $setting ] +        Property [ public $errCode = 0 ] +        Property [ public $sock = -1 ] +        Property [ public $reuse = false ] +        Property [ public $reuseCount = 0 ] +        Property [ public $type = 0 ] +        Property [ public $id = NULL ] +        Property [ public $setting = NULL ]        }        - Methods [17] { @@ -3358,12 +3726,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $type ] -            Parameter #1 [ <optional> $async ] -            Parameter #2 [ <optional> $id ] +            Parameter #1 [ <optional> $async = <default> ] +            Parameter #2 [ <optional> $id = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -3380,17 +3748,17 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $timeout ] -            Parameter #3 [ <optional> $sock_flag ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ] +            Parameter #3 [ <optional> $sock_flag = <default> ]            }          }          Method [ <internal:openswoole> public method recv ] {            - Parameters [2] { -            Parameter #0 [ <optional> $size ] -            Parameter #1 [ <optional> $flag ] +            Parameter #0 [ <optional> $size = <default> ] +            Parameter #1 [ <optional> $flag = <default> ]            }          } @@ -3398,7 +3766,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $flag ] +            Parameter #1 [ <optional> $flag = <default> ]            }          } @@ -3406,8 +3774,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $filename ] -            Parameter #1 [ <optional> $offset ] -            Parameter #2 [ <optional> $length ] +            Parameter #1 [ <optional> $offset = <default> ] +            Parameter #2 [ <optional> $length = <default> ]            }          } @@ -3466,7 +3834,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method close ] {            - Parameters [1] { -            Parameter #0 [ <optional> $force ] +            Parameter #0 [ <optional> $force = <default> ]            }          } @@ -3478,7 +3846,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }      } -    Class [ <internal:openswoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -3490,47 +3858,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -3551,13 +3953,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [7] { -        Property [ <default> public $errCode ] -        Property [ <default> public $errMsg ] -        Property [ <default> public $fd ] -        Property [ <default> private $socket ] -        Property [ <default> public $type ] -        Property [ <default> public $setting ] -        Property [ <default> public $connected ] +        Property [ public $errCode = 0 ] +        Property [ public $errMsg = '' ] +        Property [ public $fd = -1 ] +        Property [ private $socket = NULL ] +        Property [ public $type = 1 ] +        Property [ public $setting = NULL ] +        Property [ public $connected = false ]        }        - Methods [18] { @@ -3568,7 +3970,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -3585,23 +3987,23 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $timeout ] -            Parameter #3 [ <optional> $sock_flag ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $timeout = <default> ] +            Parameter #3 [ <optional> $sock_flag = <default> ]            }          }          Method [ <internal:openswoole> public method recv ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method peek ] {            - Parameters [1] { -            Parameter #0 [ <optional> $length ] +            Parameter #0 [ <optional> $length = <default> ]            }          } @@ -3616,8 +4018,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $filename ] -            Parameter #1 [ <optional> $offset ] -            Parameter #2 [ <optional> $length ] +            Parameter #1 [ <optional> $offset = <default> ] +            Parameter #2 [ <optional> $length = <default> ]            }          } @@ -3635,7 +4037,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $length ]              Parameter #1 [ <required> &$address ] -            Parameter #2 [ <optional> &$port ] +            Parameter #2 [ <optional> &$port = <default> ]            }          } @@ -3701,24 +4103,24 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [18] { -        Property [ <default> public $errCode ] -        Property [ <default> public $errMsg ] -        Property [ <default> public $connected ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $ssl ] -        Property [ <default> public $setting ] -        Property [ <default> public $requestMethod ] -        Property [ <default> public $requestHeaders ] -        Property [ <default> public $requestBody ] -        Property [ <default> public $uploadFiles ] -        Property [ <default> public $downloadFile ] -        Property [ <default> public $downloadOffset ] -        Property [ <default> public $statusCode ] -        Property [ <default> public $headers ] -        Property [ <default> public $set_cookie_headers ] -        Property [ <default> public $cookies ] -        Property [ <default> public $body ] +        Property [ public $errCode = 0 ] +        Property [ public $errMsg = '' ] +        Property [ public $connected = false ] +        Property [ public $host = '' ] +        Property [ public $port = 0 ] +        Property [ public $ssl = false ] +        Property [ public $setting = NULL ] +        Property [ public $requestMethod = NULL ] +        Property [ public $requestHeaders = NULL ] +        Property [ public $requestBody = NULL ] +        Property [ public $uploadFiles = NULL ] +        Property [ public $downloadFile = NULL ] +        Property [ public $downloadOffset = 0 ] +        Property [ public $statusCode = 0 ] +        Property [ public $headers = NULL ] +        Property [ public $set_cookie_headers = NULL ] +        Property [ public $cookies = NULL ] +        Property [ public $body = '' ]        }        - Methods [28] { @@ -3726,12 +4128,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $ssl ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $ssl = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -3753,7 +4155,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method setDefer ] {            - Parameters [1] { -            Parameter #0 [ <optional> $defer ] +            Parameter #0 [ <optional> $defer = <default> ]            }          } @@ -3798,10 +4200,10 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [6] {              Parameter #0 [ <required> $path ]              Parameter #1 [ <required> $name ] -            Parameter #2 [ <optional> $type ] -            Parameter #3 [ <optional> $filename ] -            Parameter #4 [ <optional> $offset ] -            Parameter #5 [ <optional> $length ] +            Parameter #2 [ <optional> $type = <default> ] +            Parameter #3 [ <optional> $filename = <default> ] +            Parameter #4 [ <optional> $offset = <default> ] +            Parameter #5 [ <optional> $length = <default> ]            }          } @@ -3810,8 +4212,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $path ]              Parameter #1 [ <required> $name ] -            Parameter #2 [ <optional> $type ] -            Parameter #3 [ <optional> $filename ] +            Parameter #2 [ <optional> $type = <default> ] +            Parameter #3 [ <optional> $filename = <default> ]            }          } @@ -3854,7 +4256,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $path ]              Parameter #1 [ <required> $file ] -            Parameter #2 [ <optional> $offset ] +            Parameter #2 [ <optional> $offset = <default> ]            }          } @@ -3905,15 +4307,15 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $opcode ] -            Parameter #2 [ <optional> $flags ] +            Parameter #1 [ <optional> $opcode = <default> ] +            Parameter #2 [ <optional> $flags = <default> ]            }          }          Method [ <internal:openswoole> public method recv ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -3925,7 +4327,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }      } -    Class [ <internal:openswoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -3937,47 +4339,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -3994,15 +4430,15 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [9] { -        Property [ <default> public $serverInfo ] -        Property [ <default> public $sock ] -        Property [ <default> public $connected ] -        Property [ <default> public $connect_errno ] -        Property [ <default> public $connect_error ] -        Property [ <default> public $affected_rows ] -        Property [ <default> public $insert_id ] -        Property [ <default> public $error ] -        Property [ <default> public $errno ] +        Property [ public $serverInfo = NULL ] +        Property [ public $sock = -1 ] +        Property [ public $connected = false ] +        Property [ public $connect_errno = 0 ] +        Property [ public $connect_error = '' ] +        Property [ public $affected_rows = 0 ] +        Property [ public $insert_id = 0 ] +        Property [ public $error = '' ] +        Property [ public $errno = 0 ]        }        - Methods [16] { @@ -4012,7 +4448,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -4027,14 +4463,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method setDefer ] {            - Parameters [1] { -            Parameter #0 [ <optional> $defer ] +            Parameter #0 [ <optional> $defer = <default> ]            }          }          Method [ <internal:openswoole> public method connect ] {            - Parameters [1] { -            Parameter #0 [ <optional> array $server_config ] +            Parameter #0 [ <optional> array $server_config = <default> ]            }          } @@ -4042,7 +4478,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $sql ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -4068,7 +4504,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $query ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -4081,21 +4517,21 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method begin ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method commit ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method rollback ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -4103,7 +4539,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $string ] -            Parameter #1 [ <optional> $flags ] +            Parameter #1 [ <optional> $flags = <default> ]            }          } @@ -4127,47 +4563,47 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [5] { -        Property [ <default> public $id ] -        Property [ <default> public $affected_rows ] -        Property [ <default> public $insert_id ] -        Property [ <default> public $error ] -        Property [ <default> public $errno ] +        Property [ public $id = 0 ] +        Property [ public $affected_rows = 0 ] +        Property [ public $insert_id = 0 ] +        Property [ public $error = '' ] +        Property [ public $errno = 0 ]        }        - Methods [6] {          Method [ <internal:openswoole> public method execute ] {            - Parameters [2] { -            Parameter #0 [ <optional> $params ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #0 [ <optional> $params = <default> ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method fetch ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method fetchAll ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method nextResult ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method recv ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          } @@ -4179,7 +4615,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }      } -    Class [ <internal:openswoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -4191,47 +4627,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -4248,25 +4718,25 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [8] { -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $setting ] -        Property [ <default> public $sock ] -        Property [ <default> public $connected ] -        Property [ <default> public $errType ] -        Property [ <default> public $errCode ] -        Property [ <default> public $errMsg ] +        Property [ public $host = '' ] +        Property [ public $port = 0 ] +        Property [ public $setting = NULL ] +        Property [ public $sock = -1 ] +        Property [ public $connected = false ] +        Property [ public $errType = 0 ] +        Property [ public $errCode = 0 ] +        Property [ public $errMsg = '' ]        }        - Methods [165] {          Method [ <internal:openswoole, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <optional> $config ] +            Parameter #0 [ <optional> $config = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -4276,8 +4746,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $serialize ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $serialize = <default> ]            }          } @@ -4343,8 +4813,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $value ] -            Parameter #2 [ <optional> $timeout ] -            Parameter #3 [ <optional> $opt ] +            Parameter #2 [ <optional> $timeout = <default> ] +            Parameter #3 [ <optional> $opt = <default> ]            }          } @@ -4402,7 +4872,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -4411,7 +4881,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $member ] -            Parameter #2 [ <optional> $other_members ] +            Parameter #2 [ <optional> $other_members = <default> ]            }          } @@ -4445,7 +4915,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -4481,7 +4951,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -4511,7 +4981,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $timeout_or_key ] -            Parameter #2 [ <optional> $extra_args ] +            Parameter #2 [ <optional> $extra_args = <default> ]            }          } @@ -4527,7 +4997,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $timeout_or_key ] -            Parameter #2 [ <optional> $extra_args ] +            Parameter #2 [ <optional> $extra_args = <default> ]            }          } @@ -4593,7 +5063,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $count ] +            Parameter #1 [ <optional> $count = <default> ]            }          } @@ -4767,7 +5237,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -5001,7 +5471,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $timeout_or_key ] -            Parameter #2 [ <optional> $extra_args ] +            Parameter #2 [ <optional> $extra_args = <default> ]            }          } @@ -5010,7 +5480,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $timeout_or_key ] -            Parameter #2 [ <optional> $extra_args ] +            Parameter #2 [ <optional> $extra_args = <default> ]            }          } @@ -5047,7 +5517,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $start ]              Parameter #2 [ <required> $end ] -            Parameter #3 [ <optional> $scores ] +            Parameter #3 [ <optional> $scores = <default> ]            }          } @@ -5057,7 +5527,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $start ]              Parameter #2 [ <required> $end ] -            Parameter #3 [ <optional> $scores ] +            Parameter #3 [ <optional> $scores = <default> ]            }          } @@ -5067,7 +5537,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $start ]              Parameter #2 [ <required> $end ] -            Parameter #3 [ <optional> $options ] +            Parameter #3 [ <optional> $options = <default> ]            }          } @@ -5077,7 +5547,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $start ]              Parameter #2 [ <required> $end ] -            Parameter #3 [ <optional> $options ] +            Parameter #3 [ <optional> $options = <default> ]            }          } @@ -5087,8 +5557,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $min ]              Parameter #2 [ <required> $max ] -            Parameter #3 [ <optional> $offset ] -            Parameter #4 [ <optional> $limit ] +            Parameter #3 [ <optional> $offset = <default> ] +            Parameter #4 [ <optional> $limit = <default> ]            }          } @@ -5098,8 +5568,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $min ]              Parameter #2 [ <required> $max ] -            Parameter #3 [ <optional> $offset ] -            Parameter #4 [ <optional> $limit ] +            Parameter #3 [ <optional> $offset = <default> ] +            Parameter #4 [ <optional> $limit = <default> ]            }          } @@ -5108,8 +5578,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $keys ] -            Parameter #2 [ <optional> $weights ] -            Parameter #3 [ <optional> $aggregate ] +            Parameter #2 [ <optional> $weights = <default> ] +            Parameter #3 [ <optional> $aggregate = <default> ]            }          } @@ -5118,8 +5588,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $keys ] -            Parameter #2 [ <optional> $weights ] -            Parameter #3 [ <optional> $aggregate ] +            Parameter #2 [ <optional> $weights = <default> ] +            Parameter #3 [ <optional> $aggregate = <default> ]            }          } @@ -5128,8 +5598,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $keys ] -            Parameter #2 [ <optional> $weights ] -            Parameter #3 [ <optional> $aggregate ] +            Parameter #2 [ <optional> $weights = <default> ] +            Parameter #3 [ <optional> $aggregate = <default> ]            }          } @@ -5138,8 +5608,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $keys ] -            Parameter #2 [ <optional> $weights ] -            Parameter #3 [ <optional> $aggregate ] +            Parameter #2 [ <optional> $weights = <default> ] +            Parameter #3 [ <optional> $aggregate = <default> ]            }          } @@ -5382,7 +5852,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $operation ]              Parameter #1 [ <required> $ret_key ]              Parameter #2 [ <required> $key ] -            Parameter #3 [ <optional> $other_keys ] +            Parameter #3 [ <optional> $other_keys = <default> ]            }          } @@ -5407,7 +5877,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -5416,7 +5886,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $dst ]              Parameter #1 [ <required> $key ] -            Parameter #2 [ <optional> $other_keys ] +            Parameter #2 [ <optional> $other_keys = <default> ]            }          } @@ -5424,7 +5894,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -5433,7 +5903,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $dst ]              Parameter #1 [ <required> $key ] -            Parameter #2 [ <optional> $other_keys ] +            Parameter #2 [ <optional> $other_keys = <default> ]            }          } @@ -5441,7 +5911,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $other_keys ] +            Parameter #1 [ <optional> $other_keys = <default> ]            }          } @@ -5450,7 +5920,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $dst ]              Parameter #1 [ <required> $key ] -            Parameter #2 [ <optional> $other_keys ] +            Parameter #2 [ <optional> $other_keys = <default> ]            }          } @@ -5475,7 +5945,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $member ] -            Parameter #2 [ <optional> $other_members ] +            Parameter #2 [ <optional> $other_members = <default> ]            }          } @@ -5484,7 +5954,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $member ] -            Parameter #2 [ <optional> $other_members ] +            Parameter #2 [ <optional> $other_members = <default> ]            }          } @@ -5493,7 +5963,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $member ] -            Parameter #2 [ <optional> $other_members ] +            Parameter #2 [ <optional> $other_members = <default> ]            }          } @@ -5541,8 +6011,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $script ] -            Parameter #1 [ <optional> $args ] -            Parameter #2 [ <optional> $num_keys ] +            Parameter #1 [ <optional> $args = <default> ] +            Parameter #2 [ <optional> $num_keys = <default> ]            }          } @@ -5550,8 +6020,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $script_sha ] -            Parameter #1 [ <optional> $args ] -            Parameter #2 [ <optional> $num_keys ] +            Parameter #1 [ <optional> $args = <default> ] +            Parameter #2 [ <optional> $num_keys = <default> ]            }          } @@ -5559,7 +6029,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $cmd ] -            Parameter #1 [ <optional> $args ] +            Parameter #1 [ <optional> $args = <default> ]            }          }        } @@ -5577,15 +6047,15 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [9] { -        Property [ <default> public $errCode ] -        Property [ <default> public $errMsg ] -        Property [ <default> public $sock ] -        Property [ <default> public $type ] -        Property [ <default> public $setting ] -        Property [ <default> public $connected ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $ssl ] +        Property [ public $errCode = 0 ] +        Property [ public $errMsg = 0 ] +        Property [ public $sock = -1 ] +        Property [ public $type = 0 ] +        Property [ public $setting = NULL ] +        Property [ public $connected = false ] +        Property [ public $host = NULL ] +        Property [ public $port = 0 ] +        Property [ public $ssl = false ]        }        - Methods [13] { @@ -5593,12 +6063,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $open_ssl ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $open_ssl = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -5620,7 +6090,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method stats ] {            - Parameters [1] { -            Parameter #0 [ <optional> $key ] +            Parameter #0 [ <optional> $key = <default> ]            }          } @@ -5643,29 +6113,29 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $stream_id ]              Parameter #1 [ <required> $data ] -            Parameter #2 [ <optional> $end_stream ] +            Parameter #2 [ <optional> $end_stream = <default> ]            }          }          Method [ <internal:openswoole> public method recv ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method read ] {            - Parameters [1] { -            Parameter #0 [ <optional> $timeout ] +            Parameter #0 [ <optional> $timeout = <default> ]            }          }          Method [ <internal:openswoole> public method goaway ] {            - Parameters [2] { -            Parameter #0 [ <optional> $error_code ] -            Parameter #1 [ <optional> $debug_data ] +            Parameter #0 [ <optional> $error_code = <default> ] +            Parameter #1 [ <optional> $debug_data = <default> ]            }          } @@ -5683,7 +6153,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }      } -    Class [ <internal:openswoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] { +    Class [ <internal:openswoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -5695,47 +6165,81 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -5752,12 +6256,12 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [6] { -        Property [ <default> public $path ] -        Property [ <default> public $method ] -        Property [ <default> public $headers ] -        Property [ <default> public $cookies ] -        Property [ <default> public $data ] -        Property [ <default> public $pipeline ] +        Property [ public $path = '/' ] +        Property [ public $method = 'GET' ] +        Property [ public $headers = NULL ] +        Property [ public $cookies = NULL ] +        Property [ public $data = '' ] +        Property [ public $pipeline = false ]        }        - Methods [0] { @@ -5776,14 +6280,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [8] { -        Property [ <default> public $streamId ] -        Property [ <default> public $errCode ] -        Property [ <default> public $statusCode ] -        Property [ <default> public $pipeline ] -        Property [ <default> public $headers ] -        Property [ <default> public $set_cookie_headers ] -        Property [ <default> public $cookies ] -        Property [ <default> public $data ] +        Property [ public $streamId = 0 ] +        Property [ public $errCode = 0 ] +        Property [ public $statusCode = 0 ] +        Property [ public $pipeline = false ] +        Property [ public $headers = NULL ] +        Property [ public $set_cookie_headers = NULL ] +        Property [ public $cookies = NULL ] +        Property [ public $data = NULL ]        }        - Methods [0] { @@ -5802,32 +6306,32 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [26] { -        Property [ <default> private $onStart ] -        Property [ <default> private $onShutdown ] -        Property [ <default> private $onWorkerStart ] -        Property [ <default> private $onWorkerStop ] -        Property [ <default> private $onBeforeReload ] -        Property [ <default> private $onAfterReload ] -        Property [ <default> private $onWorkerExit ] -        Property [ <default> private $onWorkerError ] -        Property [ <default> private $onTask ] -        Property [ <default> private $onFinish ] -        Property [ <default> private $onManagerStart ] -        Property [ <default> private $onManagerStop ] -        Property [ <default> private $onPipeMessage ] -        Property [ <default> public $setting ] -        Property [ <default> public $connections ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $type ] -        Property [ <default> public $mode ] -        Property [ <default> public $ports ] -        Property [ <default> public $master_pid ] -        Property [ <default> public $manager_pid ] -        Property [ <default> public $worker_id ] -        Property [ <default> public $taskworker ] -        Property [ <default> public $worker_pid ] -        Property [ <default> public $stats_timer ] +        Property [ private $onStart = NULL ] +        Property [ private $onShutdown = NULL ] +        Property [ private $onWorkerStart = NULL ] +        Property [ private $onWorkerStop = NULL ] +        Property [ private $onBeforeReload = NULL ] +        Property [ private $onAfterReload = NULL ] +        Property [ private $onWorkerExit = NULL ] +        Property [ private $onWorkerError = NULL ] +        Property [ private $onTask = NULL ] +        Property [ private $onFinish = NULL ] +        Property [ private $onManagerStart = NULL ] +        Property [ private $onManagerStop = NULL ] +        Property [ private $onPipeMessage = NULL ] +        Property [ public $setting = NULL ] +        Property [ public $connections = NULL ] +        Property [ public $host = '' ] +        Property [ public $port = 0 ] +        Property [ public $type = 0 ] +        Property [ public $mode = 0 ] +        Property [ public $ports = NULL ] +        Property [ public $master_pid = 0 ] +        Property [ public $manager_pid = 0 ] +        Property [ public $worker_id = -1 ] +        Property [ public $taskworker = false ] +        Property [ public $worker_pid = 0 ] +        Property [ public $stats_timer = NULL ]        }        - Methods [47] { @@ -5835,13 +6339,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $mode ] -            Parameter #3 [ <optional> $sock_type ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $mode = <default> ] +            Parameter #3 [ <optional> $sock_type = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -5898,7 +6402,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ]              Parameter #1 [ <required> $send_data ] -            Parameter #2 [ <optional> $server_socket ] +            Parameter #2 [ <optional> $server_socket = <default> ]            }          } @@ -5908,7 +6412,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $ip ]              Parameter #1 [ <required> $port ]              Parameter #2 [ <required> $send_data ] -            Parameter #3 [ <optional> $server_socket ] +            Parameter #3 [ <optional> $server_socket = <default> ]            }          } @@ -5938,7 +6442,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $is_protected ] +            Parameter #1 [ <optional> $is_protected = <default> ]            }          } @@ -5947,8 +6451,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $conn_fd ]              Parameter #1 [ <required> $filename ] -            Parameter #2 [ <optional> $offset ] -            Parameter #3 [ <optional> $length ] +            Parameter #2 [ <optional> $offset = <default> ] +            Parameter #3 [ <optional> $length = <default> ]            }          } @@ -5956,7 +6460,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reset ] +            Parameter #1 [ <optional> $reset = <default> ]            }          } @@ -5985,8 +6489,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $worker_id ] -            Parameter #2 [ <optional> callable or NULL $finish_callback ] +            Parameter #1 [ <optional> $worker_id = <default> ] +            Parameter #2 [ <optional> ?callable $finish_callback = <default> ]            }          } @@ -5994,8 +6498,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] -            Parameter #2 [ <optional> $worker_id ] +            Parameter #1 [ <optional> $timeout = <default> ] +            Parameter #2 [ <optional> $worker_id = <default> ]            }          } @@ -6003,7 +6507,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -6011,7 +6515,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -6037,7 +6541,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method stop ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -6058,7 +6562,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -6066,7 +6570,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -6085,7 +6589,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method getWorkerStatus ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -6105,7 +6609,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -6113,7 +6617,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -6141,7 +6645,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method getSocket ] {            - Parameters [1] { -            Parameter #0 [ <optional> $port ] +            Parameter #0 [ <optional> $port = <default> ]            }          } @@ -6203,11 +6707,11 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [5] { -        Property [ <default> public $data ] -        Property [ <default> public $dispatch_time ] -        Property [ <default> public $id ] -        Property [ <default> public $worker_id ] -        Property [ <default> public $flags ] +        Property [ public $data = NULL ] +        Property [ public $dispatch_time = 0 ] +        Property [ public $id = -1 ] +        Property [ public $worker_id = -1 ] +        Property [ public $flags = 0 ]        }        - Methods [1] { @@ -6232,10 +6736,10 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> public $reactor_id ] -        Property [ <default> public $fd ] -        Property [ <default> public $dispatch_time ] -        Property [ <default> public $data ] +        Property [ public $reactor_id = 0 ] +        Property [ public $fd = 0 ] +        Property [ public $dispatch_time = 0 ] +        Property [ public $data = NULL ]        }        - Methods [0] { @@ -6254,11 +6758,11 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [5] { -        Property [ <default> public $server_socket ] -        Property [ <default> public $server_port ] -        Property [ <default> public $dispatch_time ] -        Property [ <default> public $address ] -        Property [ <default> public $port ] +        Property [ public $server_socket = 0 ] +        Property [ public $server_port = 0 ] +        Property [ public $dispatch_time = 0 ] +        Property [ public $address = NULL ] +        Property [ public $port = 0 ]        }        - Methods [0] { @@ -6277,9 +6781,9 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [3] { -        Property [ <default> public $source_worker_id ] -        Property [ <default> public $dispatch_time ] -        Property [ <default> public $data ] +        Property [ public $source_worker_id = 0 ] +        Property [ public $dispatch_time = 0 ] +        Property [ public $data = NULL ]        }        - Methods [0] { @@ -6298,11 +6802,11 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [5] { -        Property [ <default> public $worker_id ] -        Property [ <default> public $worker_pid ] -        Property [ <default> public $status ] -        Property [ <default> public $exit_code ] -        Property [ <default> public $signal ] +        Property [ public $worker_id = 0 ] +        Property [ public $worker_pid = 0 ] +        Property [ public $status = 0 ] +        Property [ public $exit_code = 0 ] +        Property [ public $signal = 0 ]        }        - Methods [0] { @@ -6321,10 +6825,10 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [4] { -        Property [ <default> public $task_id ] -        Property [ <default> public $task_worker_id ] -        Property [ <default> public $dispatch_time ] -        Property [ <default> public $data ] +        Property [ public $task_id = 0 ] +        Property [ public $task_worker_id = 0 ] +        Property [ public $dispatch_time = 0 ] +        Property [ public $data = NULL ]        }        - Methods [0] { @@ -6352,7 +6856,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -6437,23 +6941,23 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [17] { -        Property [ <default> private $onConnect ] -        Property [ <default> private $onReceive ] -        Property [ <default> private $onClose ] -        Property [ <default> private $onPacket ] -        Property [ <default> private $onBufferFull ] -        Property [ <default> private $onBufferEmpty ] -        Property [ <default> private $onRequest ] -        Property [ <default> private $onHandShake ] -        Property [ <default> private $onOpen ] -        Property [ <default> private $onMessage ] -        Property [ <default> private $onDisconnect ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $type ] -        Property [ <default> public $sock ] -        Property [ <default> public $setting ] -        Property [ <default> public $connections ] +        Property [ private $onConnect = NULL ] +        Property [ private $onReceive = NULL ] +        Property [ private $onClose = NULL ] +        Property [ private $onPacket = NULL ] +        Property [ private $onBufferFull = NULL ] +        Property [ private $onBufferEmpty = NULL ] +        Property [ private $onRequest = NULL ] +        Property [ private $onHandShake = NULL ] +        Property [ private $onOpen = NULL ] +        Property [ private $onMessage = NULL ] +        Property [ private $onDisconnect = NULL ] +        Property [ public $host = NULL ] +        Property [ public $port = 0 ] +        Property [ public $type = 0 ] +        Property [ public $sock = -1 ] +        Property [ public $setting = NULL ] +        Property [ public $connections = NULL ]        }        - Methods [6] { @@ -6463,7 +6967,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -6511,21 +7015,21 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> static public method create ] {            - Parameters [1] { -            Parameter #0 [ <optional> $options ] +            Parameter #0 [ <optional> $options = <default> ]            }          }        }        - Properties [9] { -        Property [ <default> public $fd ] -        Property [ <default> public $streamId ] -        Property [ <default> public $header ] -        Property [ <default> public $server ] -        Property [ <default> public $cookie ] -        Property [ <default> public $get ] -        Property [ <default> public $files ] -        Property [ <default> public $post ] -        Property [ <default> public $tmpfiles ] +        Property [ public $fd = 0 ] +        Property [ public $streamId = 0 ] +        Property [ public $header = NULL ] +        Property [ public $server = NULL ] +        Property [ public $cookie = NULL ] +        Property [ public $get = NULL ] +        Property [ public $files = NULL ] +        Property [ public $post = NULL ] +        Property [ public $tmpfiles = NULL ]        }        - Methods [7] { @@ -6566,7 +7070,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -6587,17 +7091,17 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $server ] -            Parameter #1 [ <optional> $fd ] +            Parameter #1 [ <optional> $fd = <default> ]            }          }        }        - Properties [5] { -        Property [ <default> public $fd ] -        Property [ <default> public $socket ] -        Property [ <default> public $header ] -        Property [ <default> public $cookie ] -        Property [ <default> public $trailer ] +        Property [ public $fd = 0 ] +        Property [ public $socket = NULL ] +        Property [ public $header = NULL ] +        Property [ public $cookie = NULL ] +        Property [ public $trailer = NULL ]        }        - Methods [22] { @@ -6617,14 +7121,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [9] {              Parameter #0 [ <required> $name ] -            Parameter #1 [ <optional> $value ] -            Parameter #2 [ <optional> $expires ] -            Parameter #3 [ <optional> $path ] -            Parameter #4 [ <optional> $domain ] -            Parameter #5 [ <optional> $secure ] -            Parameter #6 [ <optional> $httponly ] -            Parameter #7 [ <optional> $samesite ] -            Parameter #8 [ <optional> $priority ] +            Parameter #1 [ <optional> $value = <default> ] +            Parameter #2 [ <optional> $expires = <default> ] +            Parameter #3 [ <optional> $path = <default> ] +            Parameter #4 [ <optional> $domain = <default> ] +            Parameter #5 [ <optional> $secure = <default> ] +            Parameter #6 [ <optional> $httponly = <default> ] +            Parameter #7 [ <optional> $samesite = <default> ] +            Parameter #8 [ <optional> $priority = <default> ]            }          } @@ -6632,14 +7136,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [9] {              Parameter #0 [ <required> $name ] -            Parameter #1 [ <optional> $value ] -            Parameter #2 [ <optional> $expires ] -            Parameter #3 [ <optional> $path ] -            Parameter #4 [ <optional> $domain ] -            Parameter #5 [ <optional> $secure ] -            Parameter #6 [ <optional> $httponly ] -            Parameter #7 [ <optional> $samesite ] -            Parameter #8 [ <optional> $priority ] +            Parameter #1 [ <optional> $value = <default> ] +            Parameter #2 [ <optional> $expires = <default> ] +            Parameter #3 [ <optional> $path = <default> ] +            Parameter #4 [ <optional> $domain = <default> ] +            Parameter #5 [ <optional> $secure = <default> ] +            Parameter #6 [ <optional> $httponly = <default> ] +            Parameter #7 [ <optional> $samesite = <default> ] +            Parameter #8 [ <optional> $priority = <default> ]            }          } @@ -6647,14 +7151,14 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [9] {              Parameter #0 [ <required> $name ] -            Parameter #1 [ <optional> $value ] -            Parameter #2 [ <optional> $expires ] -            Parameter #3 [ <optional> $path ] -            Parameter #4 [ <optional> $domain ] -            Parameter #5 [ <optional> $secure ] -            Parameter #6 [ <optional> $httponly ] -            Parameter #7 [ <optional> $samesite ] -            Parameter #8 [ <optional> $priority ] +            Parameter #1 [ <optional> $value = <default> ] +            Parameter #2 [ <optional> $expires = <default> ] +            Parameter #3 [ <optional> $path = <default> ] +            Parameter #4 [ <optional> $domain = <default> ] +            Parameter #5 [ <optional> $secure = <default> ] +            Parameter #6 [ <optional> $httponly = <default> ] +            Parameter #7 [ <optional> $samesite = <default> ] +            Parameter #8 [ <optional> $priority = <default> ]            }          } @@ -6662,7 +7166,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $http_code ] -            Parameter #1 [ <optional> $reason ] +            Parameter #1 [ <optional> $reason = <default> ]            }          } @@ -6670,7 +7174,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $http_code ] -            Parameter #1 [ <optional> $reason ] +            Parameter #1 [ <optional> $reason = <default> ]            }          } @@ -6679,7 +7183,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $value ] -            Parameter #2 [ <optional> $format ] +            Parameter #2 [ <optional> $format = <default> ]            }          } @@ -6688,7 +7192,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $value ] -            Parameter #2 [ <optional> $format ] +            Parameter #2 [ <optional> $format = <default> ]            }          } @@ -6702,7 +7206,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole> public method end ] {            - Parameters [1] { -            Parameter #0 [ <optional> $content ] +            Parameter #0 [ <optional> $content = <default> ]            }          } @@ -6710,8 +7214,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $filename ] -            Parameter #1 [ <optional> $offset ] -            Parameter #2 [ <optional> $length ] +            Parameter #1 [ <optional> $offset = <default> ] +            Parameter #2 [ <optional> $length = <default> ]            }          } @@ -6719,7 +7223,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $location ] -            Parameter #1 [ <optional> $http_code ] +            Parameter #1 [ <optional> $http_code = <default> ]            }          } @@ -6759,8 +7263,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $opcode ] -            Parameter #2 [ <optional> $flags ] +            Parameter #1 [ <optional> $opcode = <default> ] +            Parameter #2 [ <optional> $flags = <default> ]            }          } @@ -6776,7 +7280,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -6796,19 +7300,19 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [13] { -        Property [ <default> public $setting ] -        Property [ <default> public $connections ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $type ] -        Property [ <default> public $mode ] -        Property [ <default> public $ports ] -        Property [ <default> public $master_pid ] -        Property [ <default> public $manager_pid ] -        Property [ <default> public $worker_id ] -        Property [ <default> public $taskworker ] -        Property [ <default> public $worker_pid ] -        Property [ <default> public $stats_timer ] +        Property [ public $setting = NULL ] +        Property [ public $connections = NULL ] +        Property [ public $host = '' ] +        Property [ public $port = 0 ] +        Property [ public $type = 0 ] +        Property [ public $mode = 0 ] +        Property [ public $ports = NULL ] +        Property [ public $master_pid = 0 ] +        Property [ public $manager_pid = 0 ] +        Property [ public $worker_id = -1 ] +        Property [ public $taskworker = false ] +        Property [ public $worker_pid = 0 ] +        Property [ public $stats_timer = NULL ]        }        - Methods [47] { @@ -6816,13 +7320,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $mode ] -            Parameter #3 [ <optional> $sock_type ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $mode = <default> ] +            Parameter #3 [ <optional> $sock_type = <default> ]            }          } -        Method [ <internal:openswoole, inherits Swoole\Server, dtor> public method __destruct ] { +        Method [ <internal:openswoole, inherits Swoole\Server> public method __destruct ] {            - Parameters [0] {            } @@ -6879,7 +7383,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ]              Parameter #1 [ <required> $send_data ] -            Parameter #2 [ <optional> $server_socket ] +            Parameter #2 [ <optional> $server_socket = <default> ]            }          } @@ -6889,7 +7393,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $ip ]              Parameter #1 [ <required> $port ]              Parameter #2 [ <required> $send_data ] -            Parameter #3 [ <optional> $server_socket ] +            Parameter #3 [ <optional> $server_socket = <default> ]            }          } @@ -6919,7 +7423,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $is_protected ] +            Parameter #1 [ <optional> $is_protected = <default> ]            }          } @@ -6928,8 +7432,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $conn_fd ]              Parameter #1 [ <required> $filename ] -            Parameter #2 [ <optional> $offset ] -            Parameter #3 [ <optional> $length ] +            Parameter #2 [ <optional> $offset = <default> ] +            Parameter #3 [ <optional> $length = <default> ]            }          } @@ -6937,7 +7441,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reset ] +            Parameter #1 [ <optional> $reset = <default> ]            }          } @@ -6966,8 +7470,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $worker_id ] -            Parameter #2 [ <optional> callable or NULL $finish_callback ] +            Parameter #1 [ <optional> $worker_id = <default> ] +            Parameter #2 [ <optional> ?callable $finish_callback = <default> ]            }          } @@ -6975,8 +7479,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] -            Parameter #2 [ <optional> $worker_id ] +            Parameter #1 [ <optional> $timeout = <default> ] +            Parameter #2 [ <optional> $worker_id = <default> ]            }          } @@ -6984,7 +7488,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -6992,7 +7496,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -7018,7 +7522,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method stop ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -7039,7 +7543,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -7047,7 +7551,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -7066,7 +7570,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerStatus ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -7086,7 +7590,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -7094,7 +7598,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -7122,7 +7626,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method getSocket ] {            - Parameters [1] { -            Parameter #0 [ <optional> $port ] +            Parameter #0 [ <optional> $port = <default> ]            }          } @@ -7178,13 +7682,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [7] { -        Property [ <default> public $fd ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $ssl ] -        Property [ <default> public $settings ] -        Property [ <default> public $errCode ] -        Property [ <default> public $errMsg ] +        Property [ public $fd = -1 ] +        Property [ public $host = NULL ] +        Property [ public $port = -1 ] +        Property [ public $ssl = false ] +        Property [ public $settings = NULL ] +        Property [ public $errCode = 0 ] +        Property [ public $errMsg = '' ]        }        - Methods [7] { @@ -7192,13 +7696,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $ssl ] -            Parameter #3 [ <optional> $reuse_port ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $ssl = <default> ] +            Parameter #3 [ <optional> $reuse_port = <default> ]            }          } -        Method [ <internal:openswoole, dtor> public method __destruct ] { +        Method [ <internal:openswoole> public method __destruct ] {            - Parameters [0] {            } @@ -7252,8 +7756,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $opcode ] -            Parameter #2 [ <optional> $flags ] +            Parameter #1 [ <optional> $opcode = <default> ] +            Parameter #2 [ <optional> $flags = <default> ]            }          } @@ -7266,19 +7770,19 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [13] { -        Property [ <default> public $setting ] -        Property [ <default> public $connections ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $type ] -        Property [ <default> public $mode ] -        Property [ <default> public $ports ] -        Property [ <default> public $master_pid ] -        Property [ <default> public $manager_pid ] -        Property [ <default> public $worker_id ] -        Property [ <default> public $taskworker ] -        Property [ <default> public $worker_pid ] -        Property [ <default> public $stats_timer ] +        Property [ public $setting = NULL ] +        Property [ public $connections = NULL ] +        Property [ public $host = '' ] +        Property [ public $port = 0 ] +        Property [ public $type = 0 ] +        Property [ public $mode = 0 ] +        Property [ public $ports = NULL ] +        Property [ public $master_pid = 0 ] +        Property [ public $manager_pid = 0 ] +        Property [ public $worker_id = -1 ] +        Property [ public $taskworker = false ] +        Property [ public $worker_pid = 0 ] +        Property [ public $stats_timer = NULL ]        }        - Methods [50] { @@ -7287,8 +7791,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $fd ]              Parameter #1 [ <required> $data ] -            Parameter #2 [ <optional> $opcode ] -            Parameter #3 [ <optional> $flags ] +            Parameter #2 [ <optional> $opcode = <default> ] +            Parameter #3 [ <optional> $flags = <default> ]            }          } @@ -7296,8 +7800,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $reason ] +            Parameter #1 [ <optional> $code = <default> ] +            Parameter #2 [ <optional> $reason = <default> ]            }          } @@ -7312,13 +7816,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $mode ] -            Parameter #3 [ <optional> $sock_type ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $mode = <default> ] +            Parameter #3 [ <optional> $sock_type = <default> ]            }          } -        Method [ <internal:openswoole, inherits Swoole\Server, dtor> public method __destruct ] { +        Method [ <internal:openswoole, inherits Swoole\Server> public method __destruct ] {            - Parameters [0] {            } @@ -7375,7 +7879,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ]              Parameter #1 [ <required> $send_data ] -            Parameter #2 [ <optional> $server_socket ] +            Parameter #2 [ <optional> $server_socket = <default> ]            }          } @@ -7385,7 +7889,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $ip ]              Parameter #1 [ <required> $port ]              Parameter #2 [ <required> $send_data ] -            Parameter #3 [ <optional> $server_socket ] +            Parameter #3 [ <optional> $server_socket = <default> ]            }          } @@ -7415,7 +7919,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $is_protected ] +            Parameter #1 [ <optional> $is_protected = <default> ]            }          } @@ -7424,8 +7928,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $conn_fd ]              Parameter #1 [ <required> $filename ] -            Parameter #2 [ <optional> $offset ] -            Parameter #3 [ <optional> $length ] +            Parameter #2 [ <optional> $offset = <default> ] +            Parameter #3 [ <optional> $length = <default> ]            }          } @@ -7433,7 +7937,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reset ] +            Parameter #1 [ <optional> $reset = <default> ]            }          } @@ -7462,8 +7966,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $worker_id ] -            Parameter #2 [ <optional> callable or NULL $finish_callback ] +            Parameter #1 [ <optional> $worker_id = <default> ] +            Parameter #2 [ <optional> ?callable $finish_callback = <default> ]            }          } @@ -7471,8 +7975,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] -            Parameter #2 [ <optional> $worker_id ] +            Parameter #1 [ <optional> $timeout = <default> ] +            Parameter #2 [ <optional> $worker_id = <default> ]            }          } @@ -7480,7 +7984,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -7488,7 +7992,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -7514,7 +8018,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method stop ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -7535,7 +8039,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -7543,7 +8047,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -7562,7 +8066,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerStatus ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -7582,7 +8086,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -7590,7 +8094,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -7618,7 +8122,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method getSocket ] {            - Parameters [1] { -            Parameter #0 [ <optional> $port ] +            Parameter #0 [ <optional> $port = <default> ]            }          } @@ -7675,8 +8179,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $opcode ] -            Parameter #2 [ <optional> $flags ] +            Parameter #1 [ <optional> $opcode = <default> ] +            Parameter #2 [ <optional> $flags = <default> ]            }          } @@ -7689,11 +8193,11 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [5] { -        Property [ <default> public $fd ] -        Property [ <default> public $data ] -        Property [ <default> public $opcode ] -        Property [ <default> public $flags ] -        Property [ <default> public $finish ] +        Property [ public $fd = 0 ] +        Property [ public $data = '' ] +        Property [ public $opcode = 1 ] +        Property [ public $flags = 1 ] +        Property [ public $finish = NULL ]        }        - Methods [1] { @@ -7718,8 +8222,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $opcode ] -            Parameter #2 [ <optional> $flags ] +            Parameter #1 [ <optional> $opcode = <default> ] +            Parameter #2 [ <optional> $flags = <default> ]            }          } @@ -7732,13 +8236,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {        }        - Properties [7] { -        Property [ <default> public $fd ] -        Property [ <default> public $data ] -        Property [ <default> public $flags ] -        Property [ <default> public $finish ] -        Property [ <default> public $opcode ] -        Property [ <default> public $code ] -        Property [ <default> public $reason ] +        Property [ public $fd = 0 ] +        Property [ public $data = '' ] +        Property [ public $flags = 1 ] +        Property [ public $finish = NULL ] +        Property [ public $opcode = 8 ] +        Property [ public $code = 1000 ] +        Property [ public $reason = '' ]        }        - Methods [1] { @@ -7770,25 +8274,25 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $type ] -            Parameter #1 [ <optional> $value ] +            Parameter #1 [ <optional> $value = <default> ]            }          }        }        - Properties [13] { -        Property [ <default> public $setting ] -        Property [ <default> public $connections ] -        Property [ <default> public $host ] -        Property [ <default> public $port ] -        Property [ <default> public $type ] -        Property [ <default> public $mode ] -        Property [ <default> public $ports ] -        Property [ <default> public $master_pid ] -        Property [ <default> public $manager_pid ] -        Property [ <default> public $worker_id ] -        Property [ <default> public $taskworker ] -        Property [ <default> public $worker_pid ] -        Property [ <default> public $stats_timer ] +        Property [ public $setting = NULL ] +        Property [ public $connections = NULL ] +        Property [ public $host = '' ] +        Property [ public $port = 0 ] +        Property [ public $type = 0 ] +        Property [ public $mode = 0 ] +        Property [ public $ports = NULL ] +        Property [ public $master_pid = 0 ] +        Property [ public $manager_pid = 0 ] +        Property [ public $worker_id = -1 ] +        Property [ public $taskworker = false ] +        Property [ public $worker_pid = 0 ] +        Property [ public $stats_timer = NULL ]        }        - Methods [49] { @@ -7811,13 +8315,13 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $host ] -            Parameter #1 [ <optional> $port ] -            Parameter #2 [ <optional> $mode ] -            Parameter #3 [ <optional> $sock_type ] +            Parameter #1 [ <optional> $port = <default> ] +            Parameter #2 [ <optional> $mode = <default> ] +            Parameter #3 [ <optional> $sock_type = <default> ]            }          } -        Method [ <internal:openswoole, inherits Swoole\Server, dtor> public method __destruct ] { +        Method [ <internal:openswoole, inherits Swoole\Server> public method __destruct ] {            - Parameters [0] {            } @@ -7874,7 +8378,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $fd ]              Parameter #1 [ <required> $send_data ] -            Parameter #2 [ <optional> $server_socket ] +            Parameter #2 [ <optional> $server_socket = <default> ]            }          } @@ -7884,7 +8388,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {              Parameter #0 [ <required> $ip ]              Parameter #1 [ <required> $port ]              Parameter #2 [ <required> $send_data ] -            Parameter #3 [ <optional> $server_socket ] +            Parameter #3 [ <optional> $server_socket = <default> ]            }          } @@ -7914,7 +8418,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $is_protected ] +            Parameter #1 [ <optional> $is_protected = <default> ]            }          } @@ -7923,8 +8427,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $conn_fd ]              Parameter #1 [ <required> $filename ] -            Parameter #2 [ <optional> $offset ] -            Parameter #3 [ <optional> $length ] +            Parameter #2 [ <optional> $offset = <default> ] +            Parameter #3 [ <optional> $length = <default> ]            }          } @@ -7932,7 +8436,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reset ] +            Parameter #1 [ <optional> $reset = <default> ]            }          } @@ -7961,8 +8465,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $worker_id ] -            Parameter #2 [ <optional> callable or NULL $finish_callback ] +            Parameter #1 [ <optional> $worker_id = <default> ] +            Parameter #2 [ <optional> ?callable $finish_callback = <default> ]            }          } @@ -7970,8 +8474,8 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ] -            Parameter #1 [ <optional> $timeout ] -            Parameter #2 [ <optional> $worker_id ] +            Parameter #1 [ <optional> $timeout = <default> ] +            Parameter #2 [ <optional> $worker_id = <default> ]            }          } @@ -7979,7 +8483,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -7987,7 +8491,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> array $tasks ] -            Parameter #1 [ <optional> $timeout ] +            Parameter #1 [ <optional> $timeout = <default> ]            }          } @@ -8013,7 +8517,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method stop ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -8034,7 +8538,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -8042,7 +8546,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -8061,7 +8565,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerStatus ] {            - Parameters [1] { -            Parameter #0 [ <optional> $worker_id ] +            Parameter #0 [ <optional> $worker_id = <default> ]            }          } @@ -8081,7 +8585,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $fd ] -            Parameter #1 [ <optional> $reactor_id ] +            Parameter #1 [ <optional> $reactor_id = <default> ]            }          } @@ -8089,7 +8593,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $start_fd ] -            Parameter #1 [ <optional> $find_count ] +            Parameter #1 [ <optional> $find_count = <default> ]            }          } @@ -8117,7 +8621,7 @@ Extension [ <persistent> extension #90 openswoole version 4.7.2 ] {          Method [ <internal:openswoole, inherits Swoole\Server> public method getSocket ] {            - Parameters [1] { -            Parameter #0 [ <optional> $port ] +            Parameter #0 [ <optional> $port = <default> ]            }          }  | 
