<?php class A { private function b() { echo "lol"; } } $a = new A(); $c = function(){ $this->b(); }; $d = $c->bindTo($a, $a); $d();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`