<?php class A { public static function x() { echo get_called_class(); } } class B extends A { public static function y() { // I posit these should be _exactly_ the same semantically parent::x(); A::x(); } } B::y();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`