<?php final class Foo { public static function getFoo(): static { return new static(); } } var_dump(Foo::getFoo());
You have javascript disabled. You will not be able to edit any code.