Home
last modified time | relevance | path

Searched refs:prettyPrintFile (Results 1 – 12 of 12) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinter.php33 public function prettyPrintFile(array $stmts): string; function
H A DPrettyPrinterAbstract.php263 public function prettyPrintFile(array $stmts): string { function in PhpParser\\PrettyPrinterAbstract
/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php70 $this->assertSame($expected, $prettyPrinter->prettyPrintFile($stmts));
270 $code = $prettyPrinter->prettyPrintFile($stmts);
274 $code = $prettyPrinter->prettyPrintFile($stmts);
H A DBuilderFactoryTest.php377 $generated = $prettyPrinter->prettyPrintFile($stmts);
/PHP-Parser/doc/component/
H A DPretty_printing.markdown20 $newCode = $prettyPrinter->prettyPrintFile($stmts);
23 The pretty printer has three basic printing methods: `prettyPrint()`, `prettyPrintFile()` and
24 `prettyPrintExpr()`. The one that is most commonly useful is `prettyPrintFile()`, which takes an
H A DAST_builders.markdown77 echo $prettyPrinter->prettyPrintFile($stmts);
/PHP-Parser/bin/
H A Dphp-parse82 echo $prettyPrinter->prettyPrintFile($stmts), "\n";
/PHP-Parser/tools/fuzzing/
H A Dtarget.php105 $printed = $prettyPrinter->prettyPrintFile($stmts);
/PHP-Parser/
H A DREADME.md174 echo $prettyPrinter->prettyPrintFile($ast);
H A DUPGRADE-3.0.md152 The pretty printer should only be invoked using the `prettyPrint()`, `prettyPrintFile()` and
H A DCHANGELOG.md1112 * The `prettyPrintFile()` method will not strip a trailing `?>` from the raw data that follows a
1114 * The `prettyPrintFile()` method will not strip an opening `<?php` if the file starts with a
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown263 The `prettyPrintFile()` method can be used to print an entire file. This will include the opening `…
304 $code = $prettyPrinter->prettyPrintFile($stmts);
437 $code = $prettyPrinter->prettyPrintFile($stmts);

Completed in 38 milliseconds