Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Internal/
H A DDifferTest.php10 case DiffElem::TYPE_KEEP:
75 new DiffElem(DiffElem::TYPE_KEEP, 'a', 'a'),
76 new DiffElem(DiffElem::TYPE_KEEP, 'b', 'b'),
/PHP-Parser/lib/PhpParser/Internal/
H A DDiffElem.php9 public const TYPE_KEEP = 0; define in PhpParser\\Internal\\DiffElem
H A DDiffer.php114 $result[] = new DiffElem(DiffElem::TYPE_KEEP, $old[$x - 1], $new[$y - 1]);
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php821 if ($diffType === DiffElem::TYPE_KEEP || $diffType === DiffElem::TYPE_REPLACE) {

Completed in 11 milliseconds