final class A { final public static function who() { echo __CLASS__; } } class B extends A { } B::who();
Class B may not inherit from final class (A)
Pro tip: use ```triple backticks around text``` to write in code fences