Searched refs:kinds (Results 1 – 2 of 2) sorted by relevance
224 $kinds = []; variable228 $kinds[] = "\t$zend_name,";234 $code = str_replace('{KINDS}', implode("\n", $kinds), $code);
17 * [AST node kinds](#ast-node-kinds)86 [AST node kinds section](#ast-node-kinds) for an overview of the available node kinds.90 kinds.97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for98 the different node kinds.194 `ast\get_metadata()` returns metadata about all AST node kinds. The return value is a map from AST195 node kinds to `ast\Metadata` objects defined as follows.221 This section lists which flags are used by which AST node kinds. The "combinable" flags can be371 AST node kinds374 This section lists the AST node kinds that are supported and the names of their child nodes.[all …]
Completed in 5 milliseconds