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