File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ function accepts a boolean argument that determines whether deprecated versions
513
513
In the following the changes in the respective AST versions, as well as their current support state,
514
514
are listed.
515
515
516
- ### 60 (experimental )
516
+ ### 60 (current )
517
517
518
518
Supported since 0.1.7 (XXX).
519
519
@@ -522,7 +522,7 @@ Supported since 0.1.7 (XXX).
522
522
* ` AST_FUNC_CONST_ELEM ` now always has a ` docComment ` child. Previously it was absent on PHP 7.0.
523
523
On PHP 7.0 the value is always ` null ` .
524
524
525
- ### 50 (current )
525
+ ### 50 (stable )
526
526
527
527
Supported since 0.1.5 (2017-07-19).
528
528
Original file line number Diff line number Diff line change 28
28
#define AST_CACHE_SLOT_LINENO &AST_G(cache_slots)[2 * 2]
29
29
#define AST_CACHE_SLOT_CHILDREN &AST_G(cache_slots)[2 * 3]
30
30
31
- #define AST_CURRENT_VERSION 50
31
+ #define AST_CURRENT_VERSION 60
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