summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-13 07:17:22 +0100
committerRemi Collet <remi@php.net>2023-11-13 07:17:22 +0100
commit0c1ab5343d6c2e735b7c338c2bb5be2978c67315 (patch)
tree471483491db8fd91d89171bd520f8a3df3dc9e5a /REFLECTION
parente2fdb5fd3c78e18d4103b744925807650cc3c9cb (diff)
update to 1.1.1HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION34
1 files changed, 17 insertions, 17 deletions
diff --git a/REFLECTION b/REFLECTION
index c0e17ca..5f26948 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #69 ast version 1.1.0 ] {
+Extension [ <persistent> extension #69 ast version 1.1.1 ] {
- Constants [203] {
Constant [ int ast\AST_ARG_LIST ] { 128 }
@@ -19,10 +19,10 @@ Extension [ <persistent> extension #69 ast version 1.1.0 ] {
Constant [ int ast\AST_TRAIT_ADAPTATIONS ] { 142 }
Constant [ int ast\AST_USE ] { 143 }
Constant [ int ast\AST_TYPE_UNION ] { 144 }
- Constant [ int ast\AST_TYPE_INTERSECTION ] { 250 }
- Constant [ int ast\AST_ATTRIBUTE_LIST ] { 145 }
- Constant [ int ast\AST_ATTRIBUTE_GROUP ] { 146 }
- Constant [ int ast\AST_MATCH_ARM_LIST ] { 147 }
+ Constant [ int ast\AST_TYPE_INTERSECTION ] { 145 }
+ Constant [ int ast\AST_ATTRIBUTE_LIST ] { 146 }
+ Constant [ int ast\AST_ATTRIBUTE_GROUP ] { 147 }
+ Constant [ int ast\AST_MATCH_ARM_LIST ] { 148 }
Constant [ int ast\AST_NAME ] { 2048 }
Constant [ int ast\AST_CLOSURE_VAR ] { 2049 }
Constant [ int ast\AST_NULLABLE_TYPE ] { 2050 }
@@ -107,7 +107,7 @@ Extension [ <persistent> extension #69 ast version 1.1.0 ] {
Constant [ int ast\AST_CATCH ] { 773 }
Constant [ int ast\AST_FOR ] { 1024 }
Constant [ int ast\AST_FOREACH ] { 1025 }
- Constant [ int ast\AST_ENUM_CASE ] { 1022 }
+ Constant [ int ast\AST_ENUM_CASE ] { 1026 }
Constant [ int ast\AST_PARAM ] { 1280 }
Constant [ int ast\flags\NAME_FQ ] { 0 }
Constant [ int ast\flags\NAME_NOT_FQ ] { 1 }
@@ -132,14 +132,14 @@ Extension [ <persistent> extension #69 ast version 1.1.0 ] {
Constant [ int ast\flags\CLASS_TRAIT ] { 2 }
Constant [ int ast\flags\CLASS_INTERFACE ] { 1 }
Constant [ int ast\flags\CLASS_ANONYMOUS ] { 4 }
- Constant [ int ast\flags\CLASS_ENUM ] { 4194304 }
+ Constant [ int ast\flags\CLASS_ENUM ] { 268435456 }
Constant [ int ast\flags\CLASS_READONLY ] { 8388608 }
Constant [ int ast\flags\PARAM_REF ] { 8 }
Constant [ int ast\flags\PARAM_VARIADIC ] { 16 }
Constant [ int ast\flags\TYPE_NULL ] { 1 }
Constant [ int ast\flags\TYPE_FALSE ] { 2 }
Constant [ int ast\flags\TYPE_TRUE ] { 3 }
- Constant [ int ast\flags\TYPE_BOOL ] { 17 }
+ Constant [ int ast\flags\TYPE_BOOL ] { 18 }
Constant [ int ast\flags\TYPE_LONG ] { 4 }
Constant [ int ast\flags\TYPE_DOUBLE ] { 5 }
Constant [ int ast\flags\TYPE_STRING ] { 6 }
@@ -150,7 +150,7 @@ Extension [ <persistent> extension #69 ast version 1.1.0 ] {
Constant [ int ast\flags\TYPE_ITERABLE ] { 13 }
Constant [ int ast\flags\TYPE_STATIC ] { 15 }
Constant [ int ast\flags\TYPE_MIXED ] { 16 }
- Constant [ int ast\flags\TYPE_NEVER ] { 22 }
+ Constant [ int ast\flags\TYPE_NEVER ] { 17 }
Constant [ int ast\flags\UNARY_BOOL_NOT ] { 14 }
Constant [ int ast\flags\UNARY_BITWISE_NOT ] { 13 }
Constant [ int ast\flags\UNARY_SILENCE ] { 260 }
@@ -189,14 +189,14 @@ Extension [ <persistent> extension #69 ast version 1.1.0 ] {
Constant [ int ast\flags\USE_NORMAL ] { 1 }
Constant [ int ast\flags\USE_FUNCTION ] { 2 }
Constant [ int ast\flags\USE_CONST ] { 4 }
- Constant [ int ast\flags\MAGIC_LINE ] { 375 }
- Constant [ int ast\flags\MAGIC_FILE ] { 376 }
- Constant [ int ast\flags\MAGIC_DIR ] { 377 }
- Constant [ int ast\flags\MAGIC_NAMESPACE ] { 382 }
- Constant [ int ast\flags\MAGIC_FUNCTION ] { 381 }
- Constant [ int ast\flags\MAGIC_METHOD ] { 380 }
- Constant [ int ast\flags\MAGIC_CLASS ] { 378 }
- Constant [ int ast\flags\MAGIC_TRAIT ] { 379 }
+ Constant [ int ast\flags\MAGIC_LINE ] { 343 }
+ Constant [ int ast\flags\MAGIC_FILE ] { 344 }
+ Constant [ int ast\flags\MAGIC_DIR ] { 345 }
+ Constant [ int ast\flags\MAGIC_NAMESPACE ] { 350 }
+ Constant [ int ast\flags\MAGIC_FUNCTION ] { 349 }
+ Constant [ int ast\flags\MAGIC_METHOD ] { 348 }
+ Constant [ int ast\flags\MAGIC_CLASS ] { 346 }
+ Constant [ int ast\flags\MAGIC_TRAIT ] { 347 }
Constant [ int ast\flags\ARRAY_SYNTAX_LIST ] { 1 }
Constant [ int ast\flags\ARRAY_SYNTAX_LONG ] { 2 }
Constant [ int ast\flags\ARRAY_SYNTAX_SHORT ] { 3 }