Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinter.php47 * @param Node[] $origStmts Original AST with token offset information
50 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string; argument
H A DPrettyPrinterAbstract.php553 * @param Node[] $origStmts Original AST with token offset information
556 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string { argument
572 $result = $this->pArray($stmts, $origStmts, $pos, 0, 'File', 'stmts', null);
/PHP-Parser/test_old/
H A Drun.php181 $origStmts = $parser->parse($origCode); variable
187 $stmts = $cloningTraverser->traverse($origStmts);
191 $code = $prettyPrinter->printFormatPreserving($stmts, $origStmts, $origTokens);
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php534 $origStmts = [
541 $stmts = $traverser->traverse($origStmts);
553 $origStmts = [
560 $traverser->traverse($origStmts);

Completed in 19 milliseconds