Home
last modified time | relevance | path

Searched refs:names (Results 1 – 4 of 4) sorted by relevance

/php-ast/
H A Dutil.php43 $names = [];
46 $names[] = $name;
49 if (!empty($names)) {
50 return implode(" | ", $names) . " ($flags)";
H A DLICENSE17 * The names of the contributors may not be used to endorse or
H A DREADME.md97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for
211 `flags` is an array of flag constant names, which may be used by the node kind. `flagsCombinable`
374 This section lists the AST node kinds that are supported and the names of their child nodes.
/php-ast/scripts/
H A Dgenerate_ast_data.php50 $names = [ variable
189 foreach ($names as $name => $_) {
239 foreach ($names as $kind => $children) {
267 $strings = get_possible_strings($names);

Completed in 10 milliseconds