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); }

preferences:
23.33 ms | 404 KiB | 5 Q