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