Searched refs:origStmts (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinter.php | 47 * @param Node[] $origStmts Original AST with token offset information 50 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string; argument
|
H A D | PrettyPrinterAbstract.php | 553 * @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 D | run.php | 181 $origStmts = $parser->parse($origCode); variable 187 $stmts = $cloningTraverser->traverse($origStmts); 191 $code = $prettyPrinter->printFormatPreserving($stmts, $origStmts, $origTokens);
|
/PHP-Parser/test/PhpParser/NodeVisitor/ |
H A D | NameResolverTest.php | 534 $origStmts = [ 541 $stmts = $traverser->traverse($origStmts); 553 $origStmts = [ 560 $traverser->traverse($origStmts);
|
Completed in 14 milliseconds