Searched refs:TYPE_KEEP (Results 1 – 4 of 4) sorted by relevance
10 case DiffElem::TYPE_KEEP:75 new DiffElem(DiffElem::TYPE_KEEP, 'a', 'a'),76 new DiffElem(DiffElem::TYPE_KEEP, 'b', 'b'),
9 public const TYPE_KEEP = 0; define in PhpParser\\Internal\\DiffElem
114 $result[] = new DiffElem(DiffElem::TYPE_KEEP, $old[$x - 1], $new[$y - 1]);
821 if ($diffType === DiffElem::TYPE_KEEP || $diffType === DiffElem::TYPE_REPLACE) {
Completed in 11 milliseconds