Home
last modified time | relevance | path

Searched refs:Standard (Results 1 – 16 of 16) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php13 use PhpParser\PrettyPrinter\Standard; alias
24 $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 …]
H A DBuilderFactoryTest.php376 $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 DUPGRADE-1.0.md26 $prettyPrinter = new \PhpParser\PrettyPrinter\Standard;
H A DREADME.md173 $prettyPrinter = new 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.md1081 * 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/test_old/
H A Drun.php143 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
/PHP-Parser/doc/component/
H A DPretty_printing.markdown19 $prettyPrinter = new PhpParser\PrettyPrinter\Standard;
92 $printer = new PrettyPrinter\Standard();
H A DAST_builders.markdown76 $prettyPrinter = new PrettyPrinter\Standard();
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown221 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;
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php16 class Standard extends PrettyPrinterAbstract { class

Completed in 61 milliseconds