3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * the deref function */ function ​($mixed) { return $mixed; } class foo { function bar($subj) { var_dump($subj); } } ​(new foo())->bar($foo);

preferences:
40.66 ms | 402 KiB | 5 Q