Home
last modified time | relevance | path

Searched refs:nodes (Results 26 – 35 of 35) sorted by relevance

12

/PHP-Parser/tools/fuzzing/
H A Dtarget.php46 public function beforeTraverse(array $nodes): void { argument
/PHP-Parser/test/code/formatPreservation/
H A DlistRemoval.test1 Removing from list nodes
H A DlistInsertion.test1 Insertion into list nodes
/PHP-Parser/doc/component/
H A DError_handling.markdown58 The partial AST may contain `Expr\Error` nodes that indicate that an error occurred while parsing a…
H A DName_resolution.markdown87 independent context and explicitly feed `Namespace` and `Use` nodes to it.
H A DLexer.markdown65 positioning attributes to allow mapping nodes back to lines, tokens or file offsets:
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1162 * @param Node[] $nodes
1164 protected function hasNodeWithComments(array $nodes): bool { argument
1165 foreach ($nodes as $node) {
1173 /** @param Node[] $nodes */
1174 protected function pMaybeMultiline(array $nodes, bool $trailingComma = false): string { argument
1175 if (!$this->hasNodeWithComments($nodes)) {
1176 return $this->pCommaSeparated($nodes);
1178 return $this->pCommaSeparatedMultiline($nodes, $trailingComma) . $this->nl;
1183 protected function pAttrGroups(array $nodes, bool $inline = false): string { argument
1186 foreach ($nodes as $node) {
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php50 public function beforeTraverse(array $nodes): ?array { argument
/PHP-Parser/
H A DREADME.md212 * Fluent builders for AST nodes
H A Dphpstan-baseline.neon124 …message: "#^Method PhpParser\\\\NodeTraverser\\:\\:traverseArray\\(\\) has parameter \\$nodes with…

Completed in 18 milliseconds

12