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