Searched refs:printFormatPreserving (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinter.php | 50 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string; function
|
H A D | PrettyPrinterAbstract.php | 556 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string { function in PhpParser\\PrettyPrinterAbstract
|
/PHP-Parser/test/PhpParser/ |
H A D | PrettyPrinterTest.php | 213 $newCode = $printer->printFormatPreserving($newStmts, $oldStmts, $oldTokens); 244 $newCode = $printer->printFormatPreserving($newStmts, $oldStmts, $oldTokens);
|
/PHP-Parser/test_old/ |
H A D | run.php | 191 $code = $prettyPrinter->printFormatPreserving($stmts, $origStmts, $origTokens);
|
/PHP-Parser/doc/component/ |
H A D | Pretty_printing.markdown | 93 $newCode = $printer->printFormatPreserving($newStmts, $oldStmts, $oldTokens);
|
Completed in 12 milliseconds