File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,8 @@ are listed.
515
515
516
516
### 60 (experimental)
517
517
518
+ Supported since 0.1.7 (XXX).
519
+
518
520
* ` AST_FUNC_DECL ` and ` AST_METHOD ` no longer generate a ` uses ` child. Previously this child was
519
521
always ` null ` .
520
522
* ` AST_FUNC_CONST_ELEM ` now always has a ` docComment ` child. Previously it was absent on PHP 7.0.
Original file line number Diff line number Diff line change 23
23
</stability >
24
24
<license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
25
25
<notes >
26
- - XXX
26
+ - Added AST version 60 with the following changes:
27
+ - `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
28
+ always `null`.
29
+ - `AST_FUNC_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
30
+ On PHP 7.0 the value is always `null`.
31
+ - Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements
32
+ and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply
33
+ by the value `1`.
34
+ - Deprecated AST versions 40 and 45.
35
+ - Fix build against PHP 7.4-dev.
27
36
</notes >
28
37
<contents >
29
38
<dir name =" /" >
You can’t perform that action at this time.
0 commit comments