diff options
| author | Remi Collet <remi@remirepo.net> | 2019-07-16 11:19:42 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-07-16 11:19:42 +0200 | 
| commit | 94085043fab85a0dc5e20dbf80dc3b29e9cde005 (patch) | |
| tree | 0bfd935ec0b9e2d47bb02fae72354233a7f374d8 /REFLECTION | |
| parent | 073fcd43859872b97074aab4ec9726f24ab00306 (diff) | |
v4.3.6 for 7.0v4.3
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 85 | 
1 files changed, 43 insertions, 42 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #155 swoole version 4.3.5 ] { +Extension [ <persistent> extension #81 swoole version 4.3.6 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -16,11 +16,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {    }    - Constants [287] { -    Constant [ string SWOOLE_VERSION ] { 4.3.5 } -    Constant [ integer SWOOLE_VERSION_ID ] { 40305 } +    Constant [ string SWOOLE_VERSION ] { 4.3.6 } +    Constant [ integer SWOOLE_VERSION_ID ] { 40306 }      Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } -    Constant [ integer SWOOLE_RELEASE_VERSION ] { 5 } +    Constant [ integer SWOOLE_RELEASE_VERSION ] { 6 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ boolean SWOOLE_DEBUG ] {  }      Constant [ integer SWOOLE_BASE ] { 1 } @@ -1291,13 +1291,13 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Client ] {        - Constants [7] { -        Constant [ public integer MSG_OOB ] { 1 } -        Constant [ public integer MSG_PEEK ] { 2 } -        Constant [ public integer MSG_DONTWAIT ] { 64 } -        Constant [ public integer MSG_WAITALL ] { 256 } -        Constant [ public integer SHUT_RDWR ] { 2 } -        Constant [ public integer SHUT_RD ] { 0 } -        Constant [ public integer SHUT_WR ] { 1 } +        Constant [ integer MSG_OOB ] { 1 } +        Constant [ integer MSG_PEEK ] { 2 } +        Constant [ integer MSG_DONTWAIT ] { 64 } +        Constant [ integer MSG_WAITALL ] { 256 } +        Constant [ integer SHUT_RDWR ] { 2 } +        Constant [ integer SHUT_RD ] { 0 } +        Constant [ integer SHUT_WR ] { 1 }        }        - Static properties [0] { @@ -1704,10 +1704,10 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Coroutine\Client ] {        - Constants [4] { -        Constant [ public integer MSG_OOB ] { 1 } -        Constant [ public integer MSG_PEEK ] { 2 } -        Constant [ public integer MSG_DONTWAIT ] { 64 } -        Constant [ public integer MSG_WAITALL ] { 256 } +        Constant [ integer MSG_OOB ] { 1 } +        Constant [ integer MSG_PEEK ] { 2 } +        Constant [ integer MSG_DONTWAIT ] { 64 } +        Constant [ integer MSG_WAITALL ] { 256 }        }        - Static properties [0] { @@ -3945,8 +3945,8 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> <iterateable> class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] {        - Constants [2] { -        Constant [ public integer STD_PROP_LIST ] { 1 } -        Constant [ public integer ARRAY_AS_PROPS ] { 2 } +        Constant [ integer STD_PROP_LIST ] { 1 } +        Constant [ integer ARRAY_AS_PROPS ] { 2 }        }        - Static properties [0] { @@ -3961,9 +3961,10 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {        - Methods [24] {          Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] { -          - Parameters [2] { +          - Parameters [3] {              Parameter #0 [ <optional> $array ]              Parameter #1 [ <optional> $ar_flags ] +            Parameter #2 [ <optional> $iterator_class ]            }          } @@ -4121,8 +4122,8 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> <iterateable> class Swoole\Coroutine\Context extends ArrayObject implements Countable, Serializable, ArrayAccess, Traversable, IteratorAggregate ] {        - Constants [2] { -        Constant [ public integer STD_PROP_LIST ] { 1 } -        Constant [ public integer ARRAY_AS_PROPS ] { 2 } +        Constant [ integer STD_PROP_LIST ] { 1 } +        Constant [ integer ARRAY_AS_PROPS ] { 2 }        }        - Static properties [0] { @@ -4138,8 +4139,8 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {          Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $input ] -            Parameter #1 [ <optional> $flags ] +            Parameter #0 [ <optional> $array ] +            Parameter #1 [ <optional> $ar_flags ]              Parameter #2 [ <optional> $iterator_class ]            }          } @@ -4356,11 +4357,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Process ] {        - Constants [5] { -        Constant [ public integer IPC_NOWAIT ] { 256 } -        Constant [ public integer PIPE_MASTER ] { 1 } -        Constant [ public integer PIPE_WORKER ] { 2 } -        Constant [ public integer PIPE_READ ] { 3 } -        Constant [ public integer PIPE_WRITE ] { 4 } +        Constant [ integer IPC_NOWAIT ] { 256 } +        Constant [ integer PIPE_MASTER ] { 1 } +        Constant [ integer PIPE_WORKER ] { 2 } +        Constant [ integer PIPE_READ ] { 3 } +        Constant [ integer PIPE_WRITE ] { 4 }        }        - Static properties [0] { @@ -4623,9 +4624,9 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> <iterateable> class Swoole\Table implements Iterator, Traversable, ArrayAccess, Countable ] {        - Constants [3] { -        Constant [ public integer TYPE_INT ] { 1 } -        Constant [ public integer TYPE_STRING ] { 7 } -        Constant [ public integer TYPE_FLOAT ] { 6 } +        Constant [ integer TYPE_INT ] { 1 } +        Constant [ integer TYPE_STRING ] { 7 } +        Constant [ integer TYPE_FLOAT ] { 6 }        }        - Static properties [0] { @@ -4883,11 +4884,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Lock ] {        - Constants [5] { -        Constant [ public integer FILELOCK ] { 2 } -        Constant [ public integer MUTEX ] { 3 } -        Constant [ public integer SEM ] { 4 } -        Constant [ public integer RWLOCK ] { 1 } -        Constant [ public integer SPINLOCK ] { 5 } +        Constant [ integer FILELOCK ] { 2 } +        Constant [ integer MUTEX ] { 3 } +        Constant [ integer SEM ] { 4 } +        Constant [ integer RWLOCK ] { 1 } +        Constant [ integer SPINLOCK ] { 5 }        }        - Static properties [0] { @@ -6517,13 +6518,13 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Redis\Server extends Swoole\Server ] {        - Constants [7] { -        Constant [ public integer NIL ] { 1 } -        Constant [ public integer ERROR ] { 0 } -        Constant [ public integer STATUS ] { 2 } -        Constant [ public integer INT ] { 3 } -        Constant [ public integer STRING ] { 4 } -        Constant [ public integer SET ] { 5 } -        Constant [ public integer MAP ] { 6 } +        Constant [ integer NIL ] { 1 } +        Constant [ integer ERROR ] { 0 } +        Constant [ integer STATUS ] { 2 } +        Constant [ integer INT ] { 3 } +        Constant [ integer STRING ] { 4 } +        Constant [ integer SET ] { 5 } +        Constant [ integer MAP ] { 6 }        }        - Static properties [0] {  | 
