<?php

function test($array) {
    var_dump($array);
}

test(array: []);

?>