Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DDiffElem.php10 public const TYPE_REMOVE = 1; define in PhpParser\\Internal\\DiffElem
H A DDiffer.php124 $result[] = new DiffElem(DiffElem::TYPE_REMOVE, $old[$x - 1], null);
147 if ($diffType !== DiffElem::TYPE_REMOVE) {
153 while ($j < $c && $diff[$j]->type === DiffElem::TYPE_REMOVE) {
/PHP-Parser/test/PhpParser/Internal/
H A DDifferTest.php13 case DiffElem::TYPE_REMOVE:
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php944 } elseif ($diffType === DiffElem::TYPE_REMOVE) {

Completed in 9 milliseconds