<?php interface Foo { public function bar(int $a): void; } class Baz implements Foo { public function bar(int $a, int $b=2): void { echo "$a: $b"; } } (new Baz)->bar(1,3);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`