Searched refs:Standard (Results 1 – 16 of 16) sorted by relevance
13 use PhpParser\PrettyPrinter\Standard; alias24 $prettyPrinter = new Standard([60 $prettyPrinter = new Standard();74 $prettyPrinter = new PrettyPrinter\Standard();94 $prttyPrinter = new PrettyPrinter\Standard();150 $prttyPrinter = new PrettyPrinter\Standard();174 $prettyPrinter = new PrettyPrinter\Standard();184 $prettyPrinter = new PrettyPrinter\Standard();256 $prettyPrinter = new Standard([300 new PrettyPrinter\Standard(['newline' => 'foo']);[all …]
376 $prettyPrinter = new PrettyPrinter\Standard();
34 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
26 4. Add pretty-printing support by implementing a `pFooBar()` method in `PrettyPrinter\Standard`.
26 $prettyPrinter = new \PhpParser\PrettyPrinter\Standard;
173 $prettyPrinter = new PrettyPrinter\Standard;
151 * All methods on `PrettyPrinter\Standard` are now protected. Previously most of them were public.
1088 * All methods on `PrettyPrinter\Standard` are now protected. Previously most of them were public.
26 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();
22 $pp = new \PhpParser\PrettyPrinter\Standard();
167 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();346 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();
143 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
19 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;92 $printer = new PrettyPrinter\Standard();
76 $prettyPrinter = new PrettyPrinter\Standard();
221 Currently, there is only one scheme available, namely `PhpParser\PrettyPrinter\Standard`.231 $prettyPrinter = new PrettyPrinter\Standard();258 again converted to code using `PhpParser\PrettyPrinter\Standard->prettyPrint()`.289 $prettyPrinter = new PrettyPrinter\Standard;416 $prettyPrinter = new PrettyPrinter\Standard;
16 class Standard extends PrettyPrinterAbstract { class
Completed in 33 milliseconds