Home
last modified time | relevance | path

Searched refs:printFormatPreserving (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinter.php50 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string; function
H A DPrettyPrinterAbstract.php528 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string { function in PhpParser\\PrettyPrinterAbstract
/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php208 $newCode = $printer->printFormatPreserving($newStmts, $oldStmts, $oldTokens);
244 $newCode = $printer->printFormatPreserving($newStmts, $oldStmts, $oldTokens);
/PHP-Parser/test_old/
H A Drun.php184 $code = $prettyPrinter->printFormatPreserving($stmts, $origStmts, $origTokens);
/PHP-Parser/doc/component/
H A DPretty_printing.markdown92 $newCode = $printer->printFormatPreserving($newStmts, $oldStmts, $oldTokens);

Completed in 32 milliseconds