3v4l.org

run code in 500+ PHP versions simultaneously
<?php class TypeA {} class TypeB {} interface hasMethodA { public function method(): TypeA & TypeB; }
Output for 8.1.0 - 8.1.34, 8.2.21 - 8.2.32, 8.3.5 - 8.3.32, 8.4.1 - 8.4.23, 8.5.0 - 8.5.8
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:
44.58 ms | 985 KiB | 4 Q