3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "Whoooot!"; $b = (object)$a; $c = &$a; $d = &$c; function testIt ($z){ print_r($z); } testIt($c); testIt($d);

preferences:
43.03 ms | 402 KiB | 5 Q