Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DDiffElem.php12 public const TYPE_REPLACE = 3; define in PhpParser\\Internal\\DiffElem
H A DDiffer.php166 DiffElem::TYPE_REPLACE, $diff[$i + $n]->old, $diff[$j + $n]->new
/PHP-Parser/test/PhpParser/Internal/
H A DDifferTest.php19 case DiffElem::TYPE_REPLACE:
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php821 if ($diffType === DiffElem::TYPE_KEEP || $diffType === DiffElem::TYPE_REPLACE) {

Completed in 11 milliseconds