Searched refs:trace (Results 1 – 3 of 3) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | Differ.php | 38 list($trace, $x, $y) = $this->calculateTrace($old, $new); 39 return $this->extractDiff($trace, $x, $y, $old, $new); 67 $trace = []; 69 $trace[] = $v; 85 return [$trace, $x, $y]; 98 private function extractDiff(array $trace, int $x, int $y, array $old, array $new): array { argument 100 for ($d = \count($trace) - 1; $d >= 0; $d--) { 101 $v = $trace[$d];
|
/PHP-Parser/test/PhpParser/ |
H A D | NodeTraverserTest.php | 32 ], $visitor->trace); 65 ], $visitor1->trace); 75 ], $visitor3->trace); 99 ], $visitor2->trace); 122 ], $visitor2->trace); 147 ], $visitor2->trace); 276 ], $visitor->trace); 290 ], $visitor->trace); 305 ], $visitor->trace); 323 ], $visitor->trace); [all …]
|
H A D | NodeVisitorForTesting.php | 6 public $trace = []; variable in PhpParser\\NodeVisitorForTesting 32 $this->trace[] = [$method, $param];
|
Completed in 9 milliseconds