<?php interface Foo {} interface Bar {} function name((Foo&Bar)|null $foo): string { return (string) $foo; }
You have javascript disabled. You will not be able to edit any code.