Home
last modified time | relevance | path

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

Completed in 15 milliseconds