3v4l.org

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

preferences:
34.39 ms | 404 KiB | 5 Q