<?php

(new A)->handle(
    property1: $a,
    property2: 1
);  

(new A)->handle(
    property1: null, property2: 1
);  