Searched refs:names (Results 1 – 4 of 4) sorted by relevance
43 $names = [];46 $names[] = $name;49 if (!empty($names)) {50 return implode(" | ", $names) . " ($flags)";
17 * The names of the contributors may not be used to endorse or
97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for211 `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.
50 $names = [ variable189 foreach ($names as $name => $_) {239 foreach ($names as $kind => $children) {267 $strings = get_possible_strings($names);
Completed in 10 milliseconds