summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION24
1 files changed, 12 insertions, 12 deletions
diff --git a/REFLECTION b/REFLECTION
index 249b03c..6298c67 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
+Extension [ <persistent> extension #85 msgpack version 2.2.0 ] {
- INI {
Entry [ msgpack.error_display <ALL> ]
@@ -16,7 +16,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
}
- Constants [1] {
- Constant [ integer MESSAGEPACK_OPT_PHPONLY ] { -1001 }
+ Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 }
}
- Functions {
@@ -30,7 +30,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $str ]
- Parameter #1 [ <optional> $object ]
+ Parameter #1 [ <optional> $object = <default> ]
}
}
Function [ <internal:msgpack> function msgpack_pack ] {
@@ -43,7 +43,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $str ]
- Parameter #1 [ <optional> $object ]
+ Parameter #1 [ <optional> $object = <default> ]
}
}
}
@@ -52,7 +52,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
Class [ <internal:msgpack> class MessagePack ] {
- Constants [1] {
- Constant [ public integer OPT_PHPONLY ] { -1001 }
+ Constant [ public int OPT_PHPONLY ] { -1001 }
}
- Static properties [0] {
@@ -68,7 +68,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
Method [ <internal:msgpack, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $opt ]
+ Parameter #0 [ <optional> $opt = <default> ]
}
}
@@ -91,7 +91,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $str ]
- Parameter #1 [ <optional> $object ]
+ Parameter #1 [ <optional> $object = <default> ]
}
}
@@ -121,11 +121,11 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
Method [ <internal:msgpack, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $opt ]
+ Parameter #0 [ <optional> $opt = <default> ]
}
}
- Method [ <internal:msgpack, dtor> public method __destruct ] {
+ Method [ <internal:msgpack> public method __destruct ] {
- Parameters [0] {
}
@@ -149,15 +149,15 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] {
Method [ <internal:msgpack> public method execute ] {
- Parameters [2] {
- Parameter #0 [ <optional> $str ]
- Parameter #1 [ <optional> &$offset ]
+ Parameter #0 [ <optional> $str = <default> ]
+ Parameter #1 [ <optional> &$offset = <default> ]
}
}
Method [ <internal:msgpack> public method data ] {
- Parameters [1] {
- Parameter #0 [ <optional> $object ]
+ Parameter #0 [ <optional> $object = <default> ]
}
}