Home
last modified time | relevance | path

Searched refs:Differ (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/Internal/
H A DDifferTest.php32 $differ = new Differ(function ($a, $b) {
53 $differ = new Differ(function ($a, $b) {
70 $differ = new Differ(function ($a, $b) {
/PHP-Parser/lib/PhpParser/Internal/
H A DDiffer.php14 class Differ { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php6 use PhpParser\Internal\Differ; alias
135 protected Differ $nodeListDiffer;
1302 $this->nodeListDiffer = new Internal\Differ(function ($a, $b) {
/PHP-Parser/
H A DCHANGELOG.md168 * Gracefully handle non-contiguous array indices in the `Differ`.

Completed in 18 milliseconds