<?php class A { function a() { $f = static function() { return static::class; }; echo static::class, " vs ", $f(), PHP_EOL; } } class B extends A {} $b = new B; $b->a();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`