3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a(): int { return 1.0001; } function b($c): int { if (!is_int($c)) { throw new \Exception('not an int'); } return $c * 5; } var_dump(a(), b(a()));

preferences:
28.05 ms | 404 KiB | 5 Q