Home
last modified time | relevance | path

Searched refs:PrettyPrinter (Results 1 – 18 of 18) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php13 use PhpParser\PrettyPrinter\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();
300 new PrettyPrinter\Standard(['newline' => 'foo']);
306 new PrettyPrinter\Standard(['indent' => "\t "]);
H A DBuilderFactoryTest.php376 $prettyPrinter = new PrettyPrinter\Standard();
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinter.php7 interface PrettyPrinter { interface
H A DPrettyPrinterAbstract.php22 abstract class PrettyPrinterAbstract implements PrettyPrinter {
/PHP-Parser/doc/component/
H A DPretty_printing.markdown19 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
80 use PhpParser\{NodeTraverser, NodeVisitor, ParserFactory, PrettyPrinter};
92 $printer = new PrettyPrinter\Standard();
H A DAST_builders.markdown27 use PhpParser\PrettyPrinter;
76 $prettyPrinter = new PrettyPrinter\Standard();
/PHP-Parser/bin/
H A Dphp-parse34 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
/PHP-Parser/
H A DCONTRIBUTING.md26 4. Add pretty-printing support by implementing a `pFooBar()` method in `PrettyPrinter\Standard`.
H A DREADME.md171 use PhpParser\PrettyPrinter;
173 $prettyPrinter = new PrettyPrinter\Standard;
H A DUPGRADE-1.0.md26 $prettyPrinter = new \PhpParser\PrettyPrinter\Standard;
H A DUPGRADE-3.0.md151 * All methods on `PrettyPrinter\Standard` are now protected. Previously most of them were public.
H A DCHANGELOG.md199 * Added `PrettyPrinter` interface.
245 Lexer, PrettyPrinter) and gives more precise control over the PHP version being targeted.
358 * `PrettyPrinter` now prints backing enum type.
1081 * All methods on `PrettyPrinter\Standard` are now protected. Previously most of them were public.
/PHP-Parser/tools/fuzzing/
H A Dtarget.php26 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();
/PHP-Parser/test/PhpParser/Builder/
H A DInterfaceTest.php22 $pp = new \PhpParser\PrettyPrinter\Standard();
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php167 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();
346 $prettyPrinter = new PhpParser\PrettyPrinter\Standard();
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown221 Currently, there is only one scheme available, namely `PhpParser\PrettyPrinter\Standard`.
226 use PhpParser\PrettyPrinter;
231 $prettyPrinter = new PrettyPrinter\Standard();
258 again converted to code using `PhpParser\PrettyPrinter\Standard->prettyPrint()`.
285 use PhpParser\PrettyPrinter;
289 $prettyPrinter = new PrettyPrinter\Standard;
407 use PhpParser\PrettyPrinter;
416 $prettyPrinter = new PrettyPrinter\Standard;
/PHP-Parser/test_old/
H A Drun.php143 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php3 namespace PhpParser\PrettyPrinter;

Completed in 39 milliseconds