summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION85
1 files changed, 43 insertions, 42 deletions
diff --git a/REFLECTION b/REFLECTION
index b3374e5..dd917ca 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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] {