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