<?php class A{ protected function baz(){ echo "it works!\n"; } private function bar(){ echo "it works!\n"; } } (function(){ $x = new A; $x->baz(); $x->bar(); })->bindTo(null /* $this */, \A::CLASS)();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`