File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -467,15 +467,17 @@ function accepts a boolean argument that determines whether deprecated versions
467
467
In the following the changes in the respective AST versions, as well as their current support state,
468
468
are listed.
469
469
470
- ### 70 (experimental)
470
+ ### 70 (current)
471
+
472
+ Supported since 1.0.1 (2019-02-11).
471
473
472
474
* ` AST_PROP_GROUP ` was added to support PHP 7.4's typed properties.
473
475
The property visibility modifiers are now part of ` AST_PROP_GROUP ` instead of ` AST_PROP_DECL ` .
474
476
475
477
Note that property group type information is only available with AST versions 70+.
476
478
* ` AST_CLASS_NAME ` is created instead of ` AST_CLASS_CONST ` for ` SomeClass::class ` .
477
479
478
- ### 60 (current )
480
+ ### 60 (stable )
479
481
480
482
Supported since 0.1.7 (2018-10-06).
481
483
Original file line number Diff line number Diff line change 28
28
#define AST_CACHE_SLOT_LINENO &AST_G(cache_slots)[3 * 2]
29
29
#define AST_CACHE_SLOT_CHILDREN &AST_G(cache_slots)[3 * 3]
30
30
31
- #define AST_CURRENT_VERSION 60
31
+ #define AST_CURRENT_VERSION 70
32
32
33
33
/* Additional flags for BINARY_OP */
34
34
#define AST_BINARY_IS_GREATER 256
You can’t perform that action at this time.
0 commit comments