3v4l.org

run code in 300+ PHP versions simultaneously
<?php class TypeA {} class TypeB {} interface hasMethodA { public function method(): TypeA & TypeB; }
Output for 8.1.0 - 8.1.30, 8.2.21 - 8.2.25, 8.3.5 - 8.3.13
Output for 8.0.1 - 8.0.18
Parse error: syntax error, unexpected token "&", expecting ";" or "{" in /in/aDUGK on line 6
Process exited with code 255.
Output for 7.4.0 - 7.4.29
Parse error: syntax error, unexpected '&', expecting ';' or '{' in /in/aDUGK on line 6
Process exited with code 255.

preferences:
46.91 ms | 408 KiB | 5 Q