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