Lines Matching refs:child
94 The `children` property contains an array of child-nodes. These children can be either other
96 which have a fixed set of named child nodes, as well as list nodes, which have a variable number
97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for
374 This section lists the AST node kinds that are supported and the names of their child nodes.
514 * Add a `hooks` child node for `AST_PROP_ELEM` (PHP 8.4 property hooks) and `AST_PARAM` (constructo…
516 * Remove the `name` child node from the `AST_ARROW_FUNC` and `AST_CLOSURE` nodes (previously `"{clo…
522 * Add a `type` child node for all `AST_CLASS_CONST_GROUP` nodes.
534 * Add a `type` child node (for enum type) for all `AST_CLASS` nodes.
544 now contain an attributes child.
561 * `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
563 * `AST_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
605 * The PHP-Parser library uses a separate class for every node type, with child nodes stored as