File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ This section lists the AST node kinds that are supported and the names of their
308
308
version >= 30).
309
309
310
310
```
311
- AST_AND: left, right
311
+ AST_AND: left, right // prior to version 10
312
312
AST_ARRAY_ELEM: value, key
313
313
AST_ASSIGN: var, expr
314
314
AST_ASSIGN_OP: var, expr
@@ -355,7 +355,7 @@ AST_METHOD_REFERENCE: class, method
355
355
AST_NAME: name
356
356
AST_NAMESPACE: name, stmts
357
357
AST_NEW: class, args
358
- AST_OR: left, right
358
+ AST_OR: left, right // Prior to version 20
359
359
AST_PARAM: type, name, default
360
360
AST_POST_DEC: var
361
361
AST_POST_INC: var
@@ -367,7 +367,7 @@ AST_PROP_ELEM: name, default
367
367
AST_REF: var
368
368
AST_RETURN: expr
369
369
AST_SHELL_EXEC: expr
370
- AST_SILENCE: expr
370
+ AST_SILENCE: expr // prior to version 20
371
371
AST_STATIC: var, default
372
372
AST_STATIC_CALL: class, method, args
373
373
AST_STATIC_PROP: class, prop
You can’t perform that action at this time.
0 commit comments