<?php class A { public static function foo() { print static::class . "\n"; print get_called_class() . "\n\n"; } } class B extends A { } B::foo(); A::foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`