3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface ITest { public function apfel(): mixed; } class Test implements ITest { public function apfel(): array { return []; } } var_dump((new Test())->apfel());

preferences:
49.9 ms | 402 KiB | 5 Q