<?php function needInt(int $int): int { return $int + 1; } var_dump(needInt(1.0));
You have javascript disabled. You will not be able to edit any code.