<?php class A { public function foo() { $this->bar(); } public static function bar() { echo "bar"; } } $a = new A(); $a->foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`