Home
last modified time | relevance | path

Searched defs:old (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DDiffer.php35 public function diff(array $old, array $new): array {
53 public function diffWithReplacements(array $old, array $new): array {
62 private function calculateTrace(array $old, array $new): array {
98 private function extractDiff(array $trace, int $x, int $y, array $old, array $new): array {
H A DDiffElem.php17 public $old; variable in PhpParser\\Internal\\DiffElem
26 public function __construct(int $type, $old, $new) {
/PHP-Parser/lib/PhpParser/
H A DNodeTraverser.php262 private function ensureReplacementReasonable(Node $old, Node $new): void {

Completed in 6 milliseconds