|
29 | 29 | </stability> |
30 | 30 | <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
31 | 31 | <notes> |
32 | | -- TBD |
| 32 | +- Fix build against PHP 8.5. |
| 33 | +- In version 120, `exit` and `clone` are represented as `AST_CALL` instead of `AST_EXIT` and `AST_CLONE`. |
| 34 | +- Added `MODIFIER_PUBLIC_SET`, `MODIFIER_PROTECTED_SET` and `MODIFIER_PRIVATE_SET` asymmetric visibility flags. |
| 35 | +- Added `BINARY_PIPE` flag for `AST_BINARY_OP` for `|>` pipe operator. |
| 36 | +- Support `(void)` cast via `TYPE_VOID` flag on `AST_CAST`. |
33 | 37 | </notes> |
34 | 38 | <contents> |
35 | 39 | <dir name="/"> |
|
66 | 70 | <file name="class.phpt" role="test" /> |
67 | 71 | <file name="class_type_85.phpt" role="test" /> |
68 | 72 | <file name="class_types.phpt" role="test" /> |
| 73 | + <file name="clone.phpt" role="test" /> |
69 | 74 | <file name="closure_use_vars.phpt" role="test" /> |
70 | 75 | <file name="coalesce.phpt" role="test" /> |
71 | 76 | <file name="concat.phpt" role="test" /> |
|
75 | 80 | <file name="empty_file.php" role="test" /> |
76 | 81 | <file name="empty_file_parse.phpt" role="test" /> |
77 | 82 | <file name="eval_include.phpt" role="test" /> |
| 83 | + <file name="exit.phpt" role="test" /> |
78 | 84 | <file name="functions_dont_use.phpt" role="test" /> |
79 | 85 | <file name="generator_flag.phpt" role="test" /> |
80 | 86 | <file name="get_kind_name.phpt" role="test" /> |
|
122 | 128 | <file name="php82_encaps_list.phpt" role="test" /> |
123 | 129 | <file name="php82_readonly_class.phpt" role="test" /> |
124 | 130 | <file name="php84_dim_alternative_syntax.phpt" role="test" /> |
| 131 | + <file name="php84_exit.phpt" role="test" /> |
125 | 132 | <file name="php84_property_hook2.phpt" role="test" /> |
126 | 133 | <file name="php84_property_hook3.phpt" role="test" /> |
127 | 134 | <file name="php84_property_hook4.phpt" role="test" /> |
128 | 135 | <file name="php84_property_hook.phpt" role="test" /> |
| 136 | + <file name="php85_clone.phpt" role="test" /> |
| 137 | + <file name="php85_pipe_operator.phpt" role="test" /> |
| 138 | + <file name="php85_void_cast.phpt" role="test" /> |
129 | 139 | <file name="prop_doc_comments.phpt" role="test" /> |
130 | 140 | <file name="short_arrow_function.phpt" role="test" /> |
131 | 141 | <file name="short_arrow_function_decl_id.phpt" role="test" /> |
|
0 commit comments