3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { function __toString() { return "me"; } } $me = function () { var_dump(func_get_args()); }; $test = new Test(); $$test("Hello");

preferences:
41.52 ms | 402 KiB | 5 Q