3v4l.org

run code in 500+ PHP versions simultaneously
<?php function f(Exception|null $e): void { var_dump($e); } f(null);