<?php class Foo { public function doFoo() { self:self::doBar(); } public function doBar() { echo "test\n"; } } $foo = new Foo(); $foo->doFoo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`