diff options
| author | Remi Collet <remi@remirepo.net> | 2019-07-16 08:42:45 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-07-16 08:42:45 +0200 | 
| commit | bdb2ed1bb42a2daa8a290d5aed02b358544f5203 (patch) | |
| tree | 4269ba9b42197194c9a1e340cd4f3a50f2d04e8e /REFLECTION | |
| parent | 9ee8fb908cf38ffca7effec44b778d0946b1af4e (diff) | |
v4.4.1
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 107 | 
1 files changed, 54 insertions, 53 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 4.4.0 ] { +Extension [ <persistent> extension #153 swoole version 4.4.1 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {    }    - Constants [311] { -    Constant [ string SWOOLE_VERSION ] { 4.4.0 } -    Constant [ integer SWOOLE_VERSION_ID ] { 40400 } +    Constant [ string SWOOLE_VERSION ] { 4.4.1 } +    Constant [ integer SWOOLE_VERSION_ID ] { 40401 }      Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } -    Constant [ integer SWOOLE_RELEASE_VERSION ] { 0 } +    Constant [ integer SWOOLE_RELEASE_VERSION ] { 1 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ boolean SWOOLE_DEBUG ] {  }      Constant [ integer SWOOLE_BASE ] { 1 } @@ -1915,7 +1915,8 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {          Method [ <internal:swoole> static public method getPcid ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> $cid ]            }          } @@ -2392,54 +2393,6 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {        }      } -    Class [ <internal:swoole> final class Swoole\Coroutine\Scheduler ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [1] { -        Property [ <default> private $_list ] -      } - -      - Methods [4] { -        Method [ <internal:swoole> public method add ] { - -          - Parameters [2] { -            Parameter #0 [ <required> callable $func ] -            Parameter #1 [ <optional> ...$params ] -          } -        } - -        Method [ <internal:swoole> public method parallel ] { - -          - Parameters [3] { -            Parameter #0 [ <required> $n ] -            Parameter #1 [ <optional> callable $func ] -            Parameter #2 [ <optional> ...$params ] -          } -        } - -        Method [ <internal:swoole> public method set ] { - -          - Parameters [1] { -            Parameter #0 [ <required> array $settings ] -          } -        } - -        Method [ <internal:swoole> public method start ] { - -          - Parameters [0] { -          } -        } -      } -    } -      Class [ <internal:swoole> class Swoole\ExitException extends Swoole\Exception implements Throwable ] {        - Constants [0] { @@ -2511,6 +2464,54 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {        }      } +    Class [ <internal:swoole> final class Swoole\Coroutine\Scheduler ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [1] { +        Property [ <default> private $_list ] +      } + +      - Methods [4] { +        Method [ <internal:swoole> public method add ] { + +          - Parameters [2] { +            Parameter #0 [ <required> callable $func ] +            Parameter #1 [ <optional> ...$params ] +          } +        } + +        Method [ <internal:swoole> public method parallel ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $n ] +            Parameter #1 [ <optional> callable $func ] +            Parameter #2 [ <optional> ...$params ] +          } +        } + +        Method [ <internal:swoole> public method set ] { + +          - Parameters [1] { +            Parameter #0 [ <required> array $settings ] +          } +        } + +        Method [ <internal:swoole> public method start ] { + +          - Parameters [0] { +          } +        } +      } +    } +      Class [ <internal:swoole> class Swoole\Coroutine\Channel ] {        - Constants [0] {  | 
