- Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
- Output for 8.1.0 - 8.1.33
- Parse error: syntax error, unexpected token "(", expecting variable in /in/0bMlP on line 7
Process exited with code 255.
<?php
interface Bar {}
interface Baz {}
interface Beep {}
function test((Stringable&Beep)|(Stringable&Bar&Baz) $value): void {}