<?php class Foo { function bar() { echo isset($this) ? 'Instance' : 'Class', "\n"; } } // OK: Foo::bar(); class Baz { function test() { Foo::bar(); } } // Take care: $baz = new Baz; $baz->test();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`