3v4l.org

run code in 300+ PHP versions simultaneously
<?php $closure = function(){ /* This template demonstrates a typical piece of code that will execute normally under the default PHPSandbox configuration */ function it() { echo 'This is it'; } it(); }; if(method_exists($closure, "bindTo")){ $closure = $closure->bindTo(null); } return $closure();

preferences:
44.73 ms | 402 KiB | 5 Q