3v4l.org

run code in 500+ PHP versions simultaneously
<?php function &test(): int { $x = 0; try { return $x; } finally { $x = 'test'; } } $x = &test(); var_dump($x);

preferences:
69.07 ms | 889 KiB | 5 Q