<?php function f() { var_dump($this); } f(); $f = (new ReflectionFunction('f'))->getClosure()->bindTo(new stdClass()); $f();
You have javascript disabled. You will not be able to edit any code.