3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = function() { echo "hello"; }; $test->bindTo(new StdClass()); $test->testing = true; var_dump($test->testing);

preferences:
39.87 ms | 402 KiB | 5 Q