<?php error_reporting(~(E_STRICT|E_DEPRECATED)); class A { public function hi() { var_dump($this); } } class B { public function by() { A::hi(); } } $b = new B; $b->by();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`