3v4l.org

run code in 300+ PHP versions simultaneously
<?php function doSomething(int|string $value): ?float { if ($value === null) return null; return round($value, 3); } doSomething(null);

preferences:
32.57 ms | 404 KiB | 5 Q