3v4l.org

run code in 500+ 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:
80.29 ms | 1415 KiB | 5 Q