Skip to content

Commit 96589b6

Browse files
TysonAndrenikic
authored andcommitted
Remove the ZEND_ prefix from README for some node kinds
1 parent 195036c commit 96589b6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -430,23 +430,23 @@ AST_YIELD: value, key
430430
AST_YIELD_FROM: expr
431431
432432
// List nodes (numerically indexed children):
433-
ZEND_AST_ARG_LIST
434-
ZEND_AST_ARRAY
435-
ZEND_AST_CATCH_LIST
436-
ZEND_AST_CLASS_CONST_DECL
437-
ZEND_AST_CLOSURE_USES
438-
ZEND_AST_CONST_DECL
439-
ZEND_AST_ENCAPS_LIST // interpolated string: "foo$bar"
440-
ZEND_AST_EXPR_LIST
441-
ZEND_AST_IF
442-
ZEND_AST_LIST
443-
ZEND_AST_NAME_LIST
444-
ZEND_AST_PARAM_LIST
445-
ZEND_AST_PROP_DECL
446-
ZEND_AST_STMT_LIST
447-
ZEND_AST_SWITCH_LIST
448-
ZEND_AST_TRAIT_ADAPTATIONS
449-
ZEND_AST_USE
433+
AST_ARG_LIST
434+
AST_ARRAY
435+
AST_CATCH_LIST
436+
AST_CLASS_CONST_DECL
437+
AST_CLOSURE_USES
438+
AST_CONST_DECL
439+
AST_ENCAPS_LIST // interpolated string: "foo$bar"
440+
AST_EXPR_LIST
441+
AST_IF
442+
AST_LIST
443+
AST_NAME_LIST
444+
AST_PARAM_LIST
445+
AST_PROP_DECL
446+
AST_STMT_LIST
447+
AST_SWITCH_LIST
448+
AST_TRAIT_ADAPTATIONS
449+
AST_USE
450450
```
451451

452452
AST Versioning

0 commit comments

Comments
 (0)