Searched defs:new (Results 1 – 4 of 4) 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 | 19 public $new; 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 {
|
H A D | BuilderFactory.php | 304 public function new($class, array $args = []): Expr\New_ { function in PhpParser\\BuilderFactory
|
Completed in 7 milliseconds