Searched refs:prettyPrinter (Results 1 – 12 of 12) sorted by relevance
24 $prettyPrinter = new Standard([28 return [$parser, $prettyPrinter];60 $prettyPrinter = new Standard();74 $prettyPrinter = new PrettyPrinter\Standard();174 $prettyPrinter = new PrettyPrinter\Standard();175 $prettyPrinter->prettyPrint($stmts);184 $prettyPrinter = new PrettyPrinter\Standard();185 $prettyPrinter->prettyPrint($stmts);256 $prettyPrinter = new Standard([268 $code = $prettyPrinter->prettyPrint($stmts);[all …]
376 $prettyPrinter = new PrettyPrinter\Standard();377 $generated = $prettyPrinter->prettyPrintFile($stmts);
26 $prettyPrinter = new PhpParser\PrettyPrinter\Standard(); variable103 $fuzzer->setTarget(function(string $input) use($lexer, $parser, $prettyPrinter, $nodeDumper, $visit…105 $printed = $prettyPrinter->prettyPrintFile($stmts);
143 $prettyPrinter = new PhpParser\PrettyPrinter\Standard; variable191 $code = $prettyPrinter->printFormatPreserving($stmts, $origStmts, $origTokens);204 $code = "<?php\n" . $prettyPrinter->prettyPrint($stmts);
34 $prettyPrinter = new PhpParser\PrettyPrinter\Standard; variable82 echo $prettyPrinter->prettyPrintFile($stmts), "\n";
167 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();172 $prettyPrinter->prettyPrint($stmts)346 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();351 $prettyPrinter->prettyPrint($stmts)
19 $prettyPrinter = new \PHPParser_PrettyPrinter_Default;26 $prettyPrinter = new \PhpParser\PrettyPrinter\Standard;
27 5. Add tests both in `test/code/parser` and `test/code/prettyPrinter`.
173 $prettyPrinter = new PrettyPrinter\Standard;174 echo $prettyPrinter->prettyPrintFile($ast);
76 $prettyPrinter = new PrettyPrinter\Standard();77 echo $prettyPrinter->prettyPrintFile($stmts);
19 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;20 $newCode = $prettyPrinter->prettyPrintFile($stmts);
231 $prettyPrinter = new PrettyPrinter\Standard();245 $code = $prettyPrinter->prettyPrint($stmts);289 $prettyPrinter = new PrettyPrinter\Standard;304 $code = $prettyPrinter->prettyPrintFile($stmts);416 $prettyPrinter = new PrettyPrinter\Standard;437 $code = $prettyPrinter->prettyPrintFile($stmts);
Completed in 15 milliseconds