Searched defs:old (Results 1 – 3 of 3) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | Differ.php | 35 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 D | DiffElem.php | 17 public $old; variable in PhpParser\\Internal\\DiffElem 26 public function __construct(int $type, $old, $new) {
|
/PHP-Parser/lib/PhpParser/ |
H A D | NodeTraverser.php | 262 private function ensureReplacementReasonable(Node $old, Node $new): void {
|
Completed in 6 milliseconds