Searched refs:TYPE_REPLACE (Results 1 – 4 of 4) sorted by relevance
12 public const TYPE_REPLACE = 3; define in PhpParser\\Internal\\DiffElem
166 DiffElem::TYPE_REPLACE, $diff[$i + $n]->old, $diff[$j + $n]->new
19 case DiffElem::TYPE_REPLACE:
821 if ($diffType === DiffElem::TYPE_KEEP || $diffType === DiffElem::TYPE_REPLACE) {
Completed in 13 milliseconds