<?php class Bar { public function __construct(...$args) { var_dump(func_get_args()); } } $bar = new Bar(a: 'a', b: 'b');
You have javascript disabled. You will not be able to edit any code.