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.php525 * @param Node[] $origStmts Original AST with token offset information
528 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string { argument
544 $result = $this->pArray($stmts, $origStmts, $pos, 0, 'File', 'stmts', null);
/PHP-Parser/test_old/
H A Drun.php174 $origStmts = $parser->parse($origCode); variable
180 $stmts = $cloningTraverser->traverse($origStmts);
184 $code = $prettyPrinter->printFormatPreserving($stmts, $origStmts, $origTokens);
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php510 $origStmts = [
517 $stmts = $traverser->traverse($origStmts);
529 $origStmts = [
536 $traverser->traverse($origStmts);

Completed in 20 milliseconds