Home
last modified time | relevance | path

Searched refs:diffWithReplacements (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/test/PhpParser/Internal/
H A DDifferTest.php56 $diff = $differ->diffWithReplacements(str_split($oldStr), str_split($newStr));
/PHP-Parser/lib/PhpParser/Internal/
H A DDiffer.php53 public function diffWithReplacements(array $old, array $new): array { function in PhpParser\\Internal\\Differ
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php783 $diff = $this->nodeListDiffer->diffWithReplacements($origNodes, $nodes);

Completed in 9 milliseconds