<?php function go(int ...$a): void { var_dump($a); } go(b: 1);
You have javascript disabled. You will not be able to edit any code.