3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function __clone(): Foo { return new Foo; } }
Output for 7.4.0 - 7.4.2
Fatal error: Clone method Foo::__clone() cannot declare a return type in /in/RGkLS on line 3
Process exited with code 255.
Output for 7.2.0 - 7.2.27, 7.3.0 - 7.3.14
Fatal error: Foo::__clone() cannot declare a return type in /in/RGkLS on line 3
Process exited with code 255.

preferences:
163.05 ms | 1009 KiB | 7 Q