<?php class A { public static function test(): string { return static::class; } } class B extends A { } var_dump(B::test());
You have javascript disabled. You will not be able to edit any code.