3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Foo { public function __construct() : Foo { return "bar"; } } $foo = new Foo(); var_dump($foo);
Output for 8.3.5
Fatal error: Method Foo::__construct() cannot declare a return type in /in/rsikK on line 6
Process exited with code 255.
Output for 7.1.25 - 7.1.30, 7.2.0 - 7.2.20, 7.3.0 - 7.3.7
Fatal error: Constructor Foo::__construct() cannot declare a return type in /in/rsikK on line 3
Process exited with code 255.

preferences:
39.01 ms | 636 KiB | 3 Q