3v4l.org

run code in 300+ PHP versions simultaneously
<?php class this {} class that { public function doSomething(): this { return new this; } } var_dump($that = new that); var_dump($that->doSomething());

preferences:
23.99 ms | 404 KiB | 5 Q